![]() |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <QtWidgets/QApplication>
#include <Windows.h>
Go to the source code of this file.
Namespaces | |
BlamKeystone | |
Namespace for anything within the Keystone library. | |
Macros | |
#define | KEYSTONE |
Macro to prevent name collisions for anything within the Keystone library. More... | |
#define | KEYSTONE_API extern "C" __declspec(dllimport) |
Functions | |
KEYSTONE HMODULE | BlamKeystone::GetKeystoneDLLHandle () |
Retrieves the handle for the Keystone library. More... | |
KEYSTONE QApplication * | BlamKeystone::GetQApplication () |
Retrieves the pointer to the current Qt application. More... | |
KEYSTONE_API void | BlamKeystone::Initialize () |
Initialize any data needed for Keystone/Qt. More... | |
KEYSTONE_API void | BlamKeystone::Shutdown () |
#define KEYSTONE |
Macro to prevent name collisions for anything within the Keystone library.
#define KEYSTONE_API extern "C" __declspec(dllimport) |