Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
blam
components
ui
qt
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
ShowMainWindow
();
10
BLAM
int
ShowErrorModal
(
bool
classic,
bool
allow_safemode,
bool
allow_continue,
const
char
* text);
11
}
Blam::UI::Qt::ShowMainWindow
BLAM int ShowMainWindow()
Definition:
qt.cpp:12
BLAM
#define BLAM
Definition:
qt.h:4
Blam::UI::Qt
Definition:
qt.h:7
Blam::UI::Qt::ShowErrorModal
BLAM int ShowErrorModal(bool classic, bool allow_safemode, bool allow_continue, const char *text)
Definition:
qt.cpp:7
Generated on Sat Oct 17 2020 12:42:11 for Blamite Game Engine - blam! by
1.8.17