Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
keystone_main.cpp File Reference
#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...
 

Function Documentation

◆ DllMain()

BOOL APIENTRY DllMain ( HMODULE  module_handle,
DWORD  reason,
LPVOID  reserved 
)

Entry point for keystone.dll.

Variable Documentation

◆ dll_handle

HMODULE dll_handle = NULL

Handle for the keystone library.

◆ qt_application

QApplication* qt_application = nullptr

Pointer to the current Qt application.