![]() |
Blamite Game Engine - Keystone
00310.02.05.21.0336.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include "keystone_main.h"#include "components/themes/themes.h"#include "components/logger/logger.h"#include "components/resources/resources.h"Functions | |
| void | keystone_init () |
| Initialize any data needed for Keystone/Qt. More... | |
| BOOL APIENTRY | DllMain (HMODULE module_handle, DWORD reason, LPVOID reserved) |
| Entry point for keystone.dll. More... | |
Variables | |
| QApplication * | qt_application |
| Pointer to the current Qt application. More... | |
| HMODULE | dll_handle |
| Handle for the keystone library. More... | |
| BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
| DWORD | reason, | ||
| LPVOID | reserved | ||
| ) |
Entry point for keystone.dll.
| void keystone_init | ( | ) |
Initialize any data needed for Keystone/Qt.
| HMODULE dll_handle |
Handle for the keystone library.
| QApplication* qt_application |
Pointer to the current Qt application.