diff options
Diffstat (limited to 'src/game/server/status.hh')
| -rw-r--r-- | src/game/server/status.hh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/server/status.hh b/src/game/server/status.hh index 35370a0..70eea40 100644 --- a/src/game/server/status.hh +++ b/src/game/server/status.hh @@ -1,6 +1,15 @@ +// SPDX-License-Identifier: BSD-2-Clause +// Copyright (c) 2025 Kirill Dmitrievich +// File: status.hh +// Description: Respond to client bothering + +#ifndef SERVER_STATUS_HH +#define SERVER_STATUS_HH #pragma once namespace status { void init(void); } // namespace status + +#endif |
