We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90028f2 + 61365fb commit bd90aaeCopy full SHA for bd90aae
src/game.hpp
@@ -1,8 +1,8 @@
1
#ifndef AWESOME_GAME_GAME_HPP
2
#define AWESOME_GAME_GAME_HPP
3
4
-#include <vector>
5
#include <filesystem>
+#include <vector>
6
7
namespace lefticus::travels {
8
src/main.cpp
@@ -478,7 +478,7 @@ int main(int argc, const char **argv)
478
auto game = lefticus::travels::make_game(resource_search_directories());
479
480
// and uncomment this line
481
- //auto game = lefticus::travels::hacking::lesson_00::make_lesson();
+ // auto game = lefticus::travels::hacking::lesson_00::make_lesson();
482
483
// we want to take over as the main spdlog sink
484
auto log_sink = std::make_shared<lefticus::travels::log_sink<std::mutex>>();
0 commit comments