Rename dozens of game files and functions

This commit is contained in:
Ryan Dwyer
2021-02-02 21:04:11 +10:00
parent 2633ee5d10
commit b71b3570a8
130 changed files with 5072 additions and 4932 deletions
-8
View File
@@ -1,8 +0,0 @@
#ifndef IN_GAME_EXPLOSIONS_FREE_H
#define IN_GAME_EXPLOSIONS_FREE_H
#include <ultra64.h>
#include "types.h"
void explosionsFree(void);
#endif
+8
View File
@@ -0,0 +1,8 @@
#ifndef IN_GAME_EXPLOSIONS_RESET_H
#define IN_GAME_EXPLOSIONS_RESET_H
#include <ultra64.h>
#include "types.h"
void explosionsReset(void);
#endif