fixing stuff

This commit is contained in:
Asuro
2025-03-24 18:30:46 +01:00
parent fa93abe1ec
commit aafa5e966e
17 changed files with 174 additions and 90 deletions

View File

@@ -2,7 +2,7 @@
#include <cstdint>
#include <imgui.h>
#include "../../gen/Generated.h"
#include "Gen.h"
namespace Puzzle
{
@@ -50,9 +50,3 @@ namespace Puzzle
};
bool RenderDebugUI(PuzzleData& obj);
} // namespace Puzzle
namespace Generated
{
PuzPos operator+=(PuzPos lhs, const PuzPos& rhs);
PuzPos operator+(PuzPos lhs, const PuzPos& rhs);
} // namespace Generated