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
15
asloengine/asloengine.hpp
Executable file
15
asloengine/asloengine.hpp
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include "builtin/builtin.hpp"
|
||||
|
||||
#include "headers/clickable.hpp"
|
||||
#include "headers/core.hpp"
|
||||
#include "headers/define.hpp"
|
||||
#include "headers/gameobject.hpp"
|
||||
#include "headers/helpers.hpp"
|
||||
#include "headers/keyboard.hpp"
|
||||
#include "headers/mouse.hpp"
|
||||
#include "headers/scene.hpp"
|
||||
#include "headers/scenemanager.hpp"
|
||||
#include "headers/spriteobject.hpp"
|
||||
#include "headers/textobject.hpp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue