mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 07:07:41 +00:00
Reorganize includes to match asm
This commit is contained in:
14
include/MetroidPrime/TGameTypes.hpp
Normal file
14
include/MetroidPrime/TGameTypes.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _TGAMETYPES_HPP
|
||||
#define _TGAMETYPES_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
typedef s32 TAreaId;
|
||||
typedef s32 TEditorId;
|
||||
typedef u16 TUniqueId;
|
||||
|
||||
extern TAreaId kInvalidAreaId;
|
||||
extern TEditorId kInvalidEditorId;
|
||||
extern TUniqueId kInvalidUniqueId;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user