mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Rename dozens of game files and functions
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user