Scoping out new objects. Reorganizing too. -Josh

This commit is contained in:
2024-08-05 22:13:15 -04:00
parent 6ec6856b84
commit 0a1d698a9d
7 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <J3ML/LinearAlgebra.h>
#include <J3ML/LinearAlgebra.hpp>
#include <Color4.hpp>
#include <JGL/Font.h>

View File

View File

View File

View File

View File

@@ -0,0 +1,7 @@
#include <JUI/Widgets/ScrollingRect.hpp>
namespace JUI
{
}

View File

@@ -0,0 +1,7 @@
#include <JUI/Widgets/Slider.hpp>
namespace JUI
{
}