diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/options.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/game/options.hpp b/src/game/options.hpp deleted file mode 100644 index 98360b8..0000000 --- a/src/game/options.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include "randomization.hpp" - -#include <memory> - -struct GameOptions -{ - std::shared_ptr<RandomNumberGenerator> random_gen; -}; |