Files
perfect-dark/src/include/game/weathertick.h
T

9 lines
135 B
C

#ifndef _IN_GAME_WEATHERTICK_H
#define _IN_GAME_WEATHERTICK_H
#include <ultra64.h>
#include "types.h"
void weatherTick(void);
#endif