summaryrefslogtreecommitdiff
path: root/entity.hpp
blob: 34cc84d9d314b7aa34d13c7e4871a88b63fec759 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef entity_hpp
#define entity_hpp

#include <stdint.h>

using Entity_Id = uint32_t;

#endif