mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-23 16:25:09 -04:00
Rename weather files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _IN_GAME_WEATHER_INIT_H
|
||||
#define _IN_GAME_WEATHER_INIT_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void weatherInit(void);
|
||||
|
||||
#endif
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _IN_GAME_WEATHERTICK_H
|
||||
#define _IN_GAME_WEATHERTICK_H
|
||||
#ifndef _IN_GAME_WEATHER_TICK_H
|
||||
#define _IN_GAME_WEATHER_TICK_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _IN_GAME_WEATHER_H
|
||||
#define _IN_GAME_WEATHER_H
|
||||
#ifndef _IN_GAME_WEATHER_WEATHER_H
|
||||
#define _IN_GAME_WEATHER_WEATHER_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#ifndef _IN_GAME_WEATHERALLOCATE_H
|
||||
#define _IN_GAME_WEATHERALLOCATE_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void weatherAllocate(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user