Put into namespace
This commit is contained in:
@@ -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:
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user