mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 23:58:38 -04:00
Rename sparks files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef IN_GAME_SPARKS_INIT_H
|
||||
#define IN_GAME_SPARKS_INIT_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void sparksInit(void);
|
||||
|
||||
#endif
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _IN_GAME_GAME_12F6C0_H
|
||||
#define _IN_GAME_GAME_12F6C0_H
|
||||
#ifndef _IN_GAME_SPARKS_SPARKS_H
|
||||
#define _IN_GAME_SPARKS_SPARKS_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef IN_GAME_SPARKSTICK_H
|
||||
#define IN_GAME_SPARKSTICK_H
|
||||
#ifndef IN_GAME_SPARKS_TICK_H
|
||||
#define IN_GAME_SPARKS_TICK_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#ifndef IN_GAME_SPARKSRESET_H
|
||||
#define IN_GAME_SPARKSRESET_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void sparksReset(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user