sfw/sfw/object/object_id.h
2023-12-31 15:46:34 +01:00

14 lines
408 B
C

#ifndef OBJECTID_H
#define OBJECTID_H
/*************************************************************************/
/* object_id.h */
/* From https://github.com/Relintai/pandemonium_engine (MIT) */
/*************************************************************************/
#include "core/int_types.h"
typedef uint64_t ObjectID;
#endif