Put into namespace

This commit is contained in:
2025-03-19 15:44:30 -04:00
parent 50205fef99
commit 23fb2892a9

View File

@@ -12,11 +12,9 @@
#pragma once
#include <JUI/Widgets/Window.hpp>
#include <Core/Container.hpp>
namespace CaveGame
{
namespace CaveGame {
using namespace JUI::UDimLiterals;
@@ -45,6 +43,7 @@ namespace CaveGame
void SetContainerSize(int rows, int cols);
void RebuildContainerElements();
protected:
Core::Container* contents = nullptr;
private:
};