Added AsloEngine 0.9.0 to Repository
This commit is contained in:
parent
d017dd84b3
commit
881e6c70f2
60 changed files with 2648 additions and 0 deletions
10
asloengine/builtin/builtin.hpp
Executable file
10
asloengine/builtin/builtin.hpp
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "headers/scene_default.hpp"
|
||||
|
||||
#include "headers/text_only_button.hpp"
|
||||
#include "headers/button.hpp"
|
||||
#include "headers/text_only_input_field.hpp"
|
||||
#include "headers/input_field.hpp"
|
||||
#include "headers/framerate_counter.hpp"
|
||||
#include "headers/scroll_view.hpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue