Files
perfect-dark/src/include/game/propobjstop.h
T
2022-03-23 21:22:06 +10:00

10 lines
148 B
C

#ifndef IN_GAME_PROPOBJSTOP_H
#define IN_GAME_PROPOBJSTOP_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
void objsStop(void);
#endif