sfw/sfwl/object/object_id.h

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