aboutsummaryrefslogtreecommitdiff
path: root/src/headless/main.cpp
diff options
context:
space:
mode:
author Hop311 <Hop3114@gmail.com>2023-09-26 18:15:43 +0200
committer GitHub <noreply@github.com>2023-09-26 18:15:43 +0200
commitca3996510ed6e26a81c781992d33c335ca250a16 (patch)
treee456ce0a8355ae2936d78a99b6c77ef785a8e5d5 /src/headless/main.cpp
parent63e462fceff981f79bcbae53e8d90fc59733e8c2 (diff)
parent1c7b3239ab4e9f75d0605e5da852daf5afaa8c4a (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.cpp2
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();