Elaztek Developer Hub
Blamite Game Engine - Keystone  00308.02.02.21.2032.blamite
A library that enables the use of Qt in Blamite's editing tools.
keystone_main.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QtWidgets/QApplication>
4 #include <Windows.h>
5 
6 #ifndef KEYSTONE
7 
12 #define KEYSTONE
13 #endif
14 
18 namespace BlamKeystone
19 {
26 
32  KEYSTONE QApplication* GetQApplication();
33 }
BlamKeystone::GetQApplication
KEYSTONE QApplication * GetQApplication()
Retrieves the pointer to the current Qt application.
Definition: keystone_main.cpp:57
BlamKeystone
Namespace for anything within the Keystone library.
Definition: keystone_api.h:138
BlamKeystone::GetKeystoneDLLHandle
KEYSTONE HMODULE GetKeystoneDLLHandle()
Retrieves the handle for the Keystone library.
Definition: keystone_main.cpp:52
KEYSTONE
#define KEYSTONE
Macro to prevent name collisions for anything within the Keystone library.
Definition: keystone_main.h:12