diff options
author | Hop311 <Hop3114@gmail.com> | 2023-09-26 18:15:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 18:15:43 +0200 |
commit | ca3996510ed6e26a81c781992d33c335ca250a16 (patch) | |
tree | e456ce0a8355ae2936d78a99b6c77ef785a8e5d5 /src/headless/main.cpp | |
parent | 63e462fceff981f79bcbae53e8d90fc59733e8c2 (diff) | |
parent | 1c7b3239ab4e9f75d0605e5da852daf5afaa8c4a (diff) |
Merge pull request #35 from OpenVicProject/expect-modifier-keys
Expect modifier value + keys function
Diffstat (limited to 'src/headless/main.cpp')
-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(); |