![]() |
Blamite Game Engine - Keystone
00386.06.16.23.0646.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 <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"
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 |