1 2 3 4 5 6 7 8 9
#pragma once #include <cstdint> namespace crepe { typedef uint32_t game_object_id_t; }