#include <Kale/Core/Window/Window.hpp>
#include <Kale/Core/Logger/Logger.hpp>
#include <Kale/Core/Scene/Scene.hpp>
#include <string>
#include <memory>
#include <thread>
#include <list>
#include <vector>
#include <mutex>
#include <queue>
#include <functional>
#include <condition_variable>
Go to the source code of this file.
◆ createApplication()
Create your inherited application here and heap allocate it. Do not worry about its destruction, the engine will take care of it.
◆ main()
The entry point function/main function of the program
The main function/entry point of the program
Definition at line 24 of file EntryPoint.cpp.