fixing stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user