AsloEngine/asloengine/asloengine.hpp
2019-08-29 18:42:28 +02:00

15 lines
No EOL
397 B
C++
Executable file

#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"