summaryrefslogtreecommitdiffstats
path: root/src/game/shared/player.hh
blob: 4f862d372eeed3026892c9fa9f6537909736df0e (plain)
1
2
3
4
5
6
7
#ifndef SHARED_PLAYER_HH
#define SHARED_PLAYER_HH 1
#pragma once

struct PlayerComponent final {};

#endif // SHARED_PLAYER_HH