mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
12 lines
181 B
C++
12 lines
181 B
C++
#ifndef OBJECTID_H
|
|
#define OBJECTID_H
|
|
|
|
/* object_id.h */
|
|
|
|
|
|
#include "core/int_types.h"
|
|
|
|
typedef uint64_t ObjectID;
|
|
|
|
#endif
|