Algos directory is setup.
This commit is contained in:
parent
0064664556
commit
b91e9ffaf6
38 changed files with 46 additions and 47 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include <memory>
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
#include "rand.hpp"
|
||||
#include "algos/rand.hpp"
|
||||
#include "animation.hpp"
|
||||
#include "sound.hpp"
|
||||
#include "components.hpp"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <string>
|
||||
#include "config.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "rand.hpp"
|
||||
#include "algos/rand.hpp"
|
||||
#include "game_level.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
#include <fmt/core.h>
|
||||
#include <string>
|
||||
#include "algos/matrix.hpp"
|
||||
#include "rand.hpp"
|
||||
#include "algos/rand.hpp"
|
||||
#include "constants.hpp"
|
||||
#include "maze.hpp"
|
||||
#include "algos/maze.hpp"
|
||||
|
||||
using std::string;
|
||||
using matrix::Matrix;
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
#include <fmt/core.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <fstream>
|
||||
#include "pathing.hpp"
|
||||
#include "algos/pathing.hpp"
|
||||
#include "algos/matrix.hpp"
|
||||
#include "ai/ai.hpp"
|
||||
#include "game_level.hpp"
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
#include "rand.hpp"
|
||||
#include "algos/rand.hpp"
|
||||
#include "systems.hpp"
|
||||
|
||||
using namespace fmt;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <fmt/core.h>
|
||||
#include <string>
|
||||
#include "spatialmap.hpp"
|
||||
#include "algos/spatialmap.hpp"
|
||||
#include "dinkyecs.hpp"
|
||||
#include "rand.hpp"
|
||||
#include "algos/rand.hpp"
|
||||
#include <limits>
|
||||
#include <fmt/core.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include "stats.hpp"
|
||||
#include "rand.hpp"
|
||||
#include "algos/stats.hpp"
|
||||
#include "algos/rand.hpp"
|
||||
#include <cmath>
|
||||
#include <fmt/core.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue