mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 21:18:17 -04:00
10 lines
148 B
C
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
|