Elaztek Developer Hub
Blamite Game Engine - blam!  00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
ogre_ui.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::OgreUI
8 {
9  BLAM void Initialize();
10 
11  BLAM void Render();
12 
13  BLAM void Shutdown();
14 
16 }
Blam::UI::OgreUI::Initialize
BLAM void Initialize()
Definition: ogre_ui.cpp:21
BLAM
#define BLAM
Definition: ogre_ui.h:4
Blam::UI::OgreUI::Shutdown
BLAM void Shutdown()
Definition: ogre_ui.cpp:104
Blam::UI::OgreUI::HandleViewportResize
BLAM void HandleViewportResize()
Definition: ogre_ui.cpp:109
Blam::UI::OgreUI::Render
BLAM void Render()
Definition: ogre_ui.cpp:57
Blam::UI::OgreUI
Definition: ogre_ui.h:7