diff options
author | Hop311 <hop3114@gmail.com> | 2023-09-26 16:19:27 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-09-26 16:19:27 +0200 |
commit | f19c9fbbb8983371ebf79affadfcc45c44a28a43 (patch) | |
tree | f7bde3ca629159758054867bae750e02ce0612a3 /src/headless | |
parent | 63e462fceff981f79bcbae53e8d90fc59733e8c2 (diff) |
Expect modifier value + keys function
Diffstat (limited to 'src/headless')
-rw-r--r-- | src/headless/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp index 04728b6..3935c2d 100644 --- a/src/headless/main.cpp +++ b/src/headless/main.cpp @@ -52,7 +52,7 @@ static bool headless_load(Dataloader::path_vector_t const& roots) { ret = false; } - + Testing testing = Testing(&game_manager); std::cout << std::endl << "Testing Loaded" << std::endl << std::endl; testing.execute_all_scripts(); |