import from github
This commit is contained in:
11
include/field_door.h
Normal file
11
include/field_door.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef GUARD_FIELD_DOOR_H
|
||||
#define GUARD_FIELD_DOOR_H
|
||||
|
||||
void FieldSetDoorOpened(u32, u32);
|
||||
void FieldSetDoorClosed(u32, u32);
|
||||
s8 FieldAnimateDoorClose(u32, u32);
|
||||
s8 FieldAnimateDoorOpen(u32, u32);
|
||||
bool8 FieldIsDoorAnimationRunning(void);
|
||||
u32 GetDoorSoundEffect(u32 x, u32 y);
|
||||
|
||||
#endif //GUARD_FIELD_DOOR_H
|
Reference in New Issue
Block a user