1
0
mirror of https://github.com/Relintai/sfw.git synced 2025-03-18 15:46:23 +01:00
sfw/sfwl/object/object_id.h

16 lines
428 B
C
Raw Normal View History

#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