diff options
| author | untodesu <kirill@untode.su> | 2025-09-12 15:09:01 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-12 15:09:01 +0500 |
| commit | f210a86c1406ccc6dfd6f14181dd7a1274ee0de4 (patch) | |
| tree | 58bf44927afe33609dc3a531b0d183f5504d8485 /game/shared/game.hh | |
| parent | 73cbcdd6e8c849e32abbf9757e603e6a6654e870 (diff) | |
| download | voxelius-f210a86c1406ccc6dfd6f14181dd7a1274ee0de4.tar.bz2 voxelius-f210a86c1406ccc6dfd6f14181dd7a1274ee0de4.zip | |
Random ticking? In my game?! Hell yeah!
Diffstat (limited to 'game/shared/game.hh')
| -rw-r--r-- | game/shared/game.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/game.hh b/game/shared/game.hh index 21286e8..0dfbadb 100644 --- a/game/shared/game.hh +++ b/game/shared/game.hh @@ -1,5 +1,3 @@ -#ifndef SHARED_GAME
-#define SHARED_GAME 1
#pragma once
namespace shared_game
@@ -7,5 +5,3 @@ namespace shared_game void init(int argc, char** argv);
void shutdown(void);
} // namespace shared_game
-
-#endif // SHARED_GAME
|
