mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
16 lines
428 B
C
16 lines
428 B
C
#ifndef OBJECTID_H
|
|
#define OBJECTID_H
|
|
|
|
/*************************************************************************/
|
|
/* object_id.h */
|
|
/* From https://github.com/Relintai/pandemonium_engine (MIT) */
|
|
/*************************************************************************/
|
|
|
|
//--STRIP
|
|
#include "core/int_types.h"
|
|
//--STRIP
|
|
|
|
typedef uint64_t ObjectID;
|
|
|
|
#endif
|