mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
15 lines
232 B
C
15 lines
232 B
C
#include <ultra64.h>
|
|
#include "constants.h"
|
|
#include "game/chr.h"
|
|
#include "game/prop.h"
|
|
#include "game/propobj.h"
|
|
#include "bss.h"
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void propsStop(void)
|
|
{
|
|
alarmDeactivate();
|
|
gasStopAudio();
|
|
}
|