rename files based on their classes

This commit is contained in:
2026-02-28 22:30:00 +01:00
parent 809fbf1b93
commit 9ab96c5903
22 changed files with 677 additions and 657 deletions

View File

@ -1,8 +1,8 @@
#ifndef STATE_MANAGER_HPP_
#define STATE_MANAGER_HPP_
#include "distance.hpp"
#include "physics.hpp"
#include "graph_distances.hpp"
#include "threaded_physics.hpp"
#include "puzzle.hpp"
#include <stack>
@ -151,4 +151,4 @@ public:
[[nodiscard]] auto was_edited() const -> bool;
};
#endif
#endif