#include <format>#include <filesystem>#include <BS_thread_pool.hpp>#include <entt/locator/locator.hpp>#include <entt/signal/dispatcher.hpp>#include <mimalloc.h>#include <Raylib.hpp>#include <sol/sol.hpp>#include "galaxy/core/Config.hpp"#include "galaxy/core/Settings.hpp"#include "galaxy/fs/VirtualFileSystem.hpp"#include "galaxy/logging/ConsoleSink.hpp"#include "galaxy/logging/FileSink.hpp"#include "galaxy/logging/Log.hpp"#include "galaxy/lua/Lua.hpp"#include "galaxy/platform/Platform.hpp"#include "galaxy/time/Time.hpp"#include "Application.hpp"Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Application.hpp galaxy. | |
Macros | |
| #define | BS_THREAD_POOL_NATIVE_EXTENSIONS |
| Application.cpp galaxy. | |
| #define BS_THREAD_POOL_NATIVE_EXTENSIONS |
Application.cpp galaxy.
Refer to LICENSE.txt for more details.
Definition at line 8 of file Application.cpp.