mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 08:07:35 -04:00
Decompile propHide
This commit is contained in:
@@ -684,6 +684,8 @@
|
||||
#define PATHTYPE_CIRCULAR 1
|
||||
#define PATHTYPE_FLYING 2
|
||||
|
||||
#define PROPFLAG_HIDDEN 0x04
|
||||
|
||||
#define PROPTYPE_OBJ 1
|
||||
#define PROPTYPE_DOOR 2
|
||||
#define PROPTYPE_CHR 3
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f0601b0(void);
|
||||
u32 func0f0602f0(struct prop *prop);
|
||||
void propHide(struct prop *prop);
|
||||
u32 func0f060300(struct prop *prop);
|
||||
struct prop *func0f060358(void);
|
||||
u32 func0f060438(void);
|
||||
|
||||
Reference in New Issue
Block a user