summaryrefslogtreecommitdiffstats
path: root/game/shared/entity/player.hh
blob: 3c8be323b13fe450e4d232e86b057c61a88b5399 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SHARED_ENTITY_PLAYER_HH
#define SHARED_ENTITY_PLAYER_HH 1
#pragma once

namespace entity
{
struct Player final {};
} // namespace entity

#endif // SHARED_ENTITY_PLAYER_HH