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

#include <cstdint>

namespace crepe {

typedef uint32_t game_object_id_t;

}