Scoping out new objects. Reorganizing too. -Josh
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <J3ML/LinearAlgebra.h>
|
||||
#include <J3ML/LinearAlgebra.hpp>
|
||||
#include <Color4.hpp>
|
||||
#include <JGL/Font.h>
|
||||
|
||||
|
0
include/JUI/Mixins/Clickable.hpp
Normal file
0
include/JUI/Mixins/Clickable.hpp
Normal file
0
include/JUI/Mixins/Dockable.hpp
Normal file
0
include/JUI/Mixins/Dockable.hpp
Normal file
0
include/JUI/Mixins/Draggable.hpp
Normal file
0
include/JUI/Mixins/Draggable.hpp
Normal file
0
include/JUI/Mixins/Hoverable.hpp
Normal file
0
include/JUI/Mixins/Hoverable.hpp
Normal file
7
src/JUI/Widgets/ScrollingRect.cpp
Normal file
7
src/JUI/Widgets/ScrollingRect.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <JUI/Widgets/ScrollingRect.hpp>
|
||||
|
||||
|
||||
namespace JUI
|
||||
{
|
||||
|
||||
}
|
7
src/JUI/Widgets/Slider.cpp
Normal file
7
src/JUI/Widgets/Slider.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <JUI/Widgets/Slider.hpp>
|
||||
|
||||
|
||||
namespace JUI
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user