![]() |
Blamite Game Engine - Keystone
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include "keystone_main.h"
#include <Strings/components/logger/logger.h>
#include "components/themes/themes.h"
#include "components/resources/resources.h"
#include "components/editor_data/editor_data.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... | |
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.