Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
qt.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
7 namespace Blam::UI::Qt
8 {
9  BLAM int ShowErrorModal(bool allow_safemode, bool allow_continue, const char* text);
10 }
Blam::UI::Qt::ShowErrorModal
BLAM int ShowErrorModal(bool allow_safemode, bool allow_continue, const char *text)
Definition: qt.cpp:7
BLAM
#define BLAM
Definition: qt.h:4
Blam::UI::Qt
Definition: qt.h:7