![]() |
Blamite Game Engine - Keystone
00445.10.05.25.2105.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include "keystone_main.h"#include <Strings/components/resources/strings/strings.h>#include <Strings/components/logger/logger.h>#include <HEKTool/components/console/console.h>#include <thread>#include "components/themes/themes.h"#include "components/editor_data/editor_data.h"#include "components/editor_data/document/BlamEditorDocument.h"#include "components/editor_tick/tick.h"
Include dependency graph for keystone_main.cpp:Functions | |
| BOOL APIENTRY | DllMain (HMODULE module_handle, DWORD reason, LPVOID reserved) |
| Entry point for keystone.dll. More... | |
Variables | |
| QApplication * | qt_application = nullptr |
| Pointer to the current Qt application. More... | |
| HMODULE | dll_handle = NULL |
| Handle for the keystone library. More... | |
| std::thread | tick_thread |
| BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
| DWORD | reason, | ||
| LPVOID | reserved | ||
| ) |
Entry point for keystone.dll.
| HMODULE dll_handle = NULL |
Handle for the keystone library.
| QApplication* qt_application = nullptr |
Pointer to the current Qt application.
| std::thread tick_thread |