mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 21:18:17 -04:00
12 lines
204 B
C
12 lines
204 B
C
#ifndef IN_GAME_CASING_H
|
|
#define IN_GAME_CASING_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void casingsReset(void);
|
|
void casingTick(struct casing *arg0);
|
|
void casingsTick(void);
|
|
|
|
#endif
|