Skip to content

Commit bd90aae

Browse files
committed
Merge branch 'rename_to_travels' of github.com:cpp-best-practices/travels into rename_to_travels
2 parents 90028f2 + 61365fb commit bd90aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/game.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef AWESOME_GAME_GAME_HPP
22
#define AWESOME_GAME_GAME_HPP
33

4-
#include <vector>
54
#include <filesystem>
5+
#include <vector>
66

77
namespace lefticus::travels {
88

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ int main(int argc, const char **argv)
478478
auto game = lefticus::travels::make_game(resource_search_directories());
479479

480480
// and uncomment this line
481-
//auto game = lefticus::travels::hacking::lesson_00::make_lesson();
481+
// auto game = lefticus::travels::hacking::lesson_00::make_lesson();
482482

483483
// we want to take over as the main spdlog sink
484484
auto log_sink = std::make_shared<lefticus::travels::log_sink<std::mutex>>();

0 commit comments

Comments
 (0)