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