mirror of https://github.com/pmret/papermario.git
Replaces all instances of NULL with nullptr, and adds code defining it to types.h. C23 standardized the nullptr keyword. In general, we should prefer the standard spelling of things. C++ also uses nullptr. NULL is defined as 0 by libultra. nullptr is (void*)0, which can cause additional (correct) warnings. We can generally fix these by typing integers as pointers correctly. |
||
|---|---|---|
| .. | ||
| 0_evt_macros_remove_prefix_and_make_pascal_case.txt | ||
| 1_sprite_anims.txt | ||
| 2_battle_camera_presets.txt | ||
| 3_npc_enemy_encounter_evtgroup_flags.txt | ||
| 4_c23_bool_nullptr.txt | ||