summaryrefslogtreecommitdiffstats
path: root/src/game/shared/player.hh
blob: a01b4f2ad0878d24ada741f8f73a3843577df6e0 (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 */