aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/types.h
blob: 0d459e839f7d921a7a5677882ca871d2be05bb21 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <cstdint>

namespace crepe {

typedef uint32_t game_object_id_t;

}