make naming more consistent + rename some files

This commit is contained in:
2026-02-22 14:17:55 +01:00
parent fe6bbe9bbb
commit f06afc210f
10 changed files with 27 additions and 27 deletions

View File

@ -7,8 +7,8 @@
#include <unordered_set>
#include "config.hpp"
#include "klotski.hpp"
#include "mass_springs.hpp"
#include "puzzle.hpp"
#include "physics.hpp"
class OrbitCamera3D {
friend class Renderer;