diff options
author | HampusM <hampus@hampusmat.com> | 2022-02-25 18:16:40 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:53 +0200 |
commit | e233dc28491c33e8a7dc0a11576d3b8ce91cce2c (patch) | |
tree | 40551d581baf43690eda5e0c3a7d083998136031 /src/game | |
parent | d36ec4670770022c0ec8337f6df4de292ca941db (diff) |
refactor: delete exception usages & game 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; -}; |