// SPDX-License-Identifier: BSD-2-Clause // Copyright (c) 2025 Kirill Dmitrievich // File: player.hh // Description: Flag components for entites that are players #ifndef SHARED_ENTITY_PLAYER_HH #define SHARED_ENTITY_PLAYER_HH #pragma once struct Player final {}; #endif