OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Namespaces | Macros | Functions | Variables
EngineGlobals.h File Reference
#include "Library/Platform/Interface/Platform.h"
#include "Library/Platform/Interface/PlatformWindow.h"
#include "Library/Platform/Interface/PlatformOpenGLContext.h"
#include "Library/Platform/Interface/PlatformEventLoop.h"

Namespaces

namespace  detail
 

Macros

#define MessageLoopWithWait()
 

Functions

void detail::globalProcessMessages ()
 
void detail::globalWaitForMessages ()
 

Variables

int dword_6BE364_game_settings_1
 
Platformplatform
 
PlatformWindowwindow
 
PlatformEventHandlereventHandler
 
PlatformEventLoopeventLoop
 
PlatformOpenGLContextopenGLContext
 
PlatformApplicationapplication
 

Macro Definition Documentation

◆ MessageLoopWithWait

#define MessageLoopWithWait ( )
Value:
{ \
detail::globalProcessMessages(); \
detail::globalWaitForMessages(); \
continue; \
} \
}
int dword_6BE364_game_settings_1
Definition: mm7_data.cpp:2447
#define GAME_SETTINGS_APP_INACTIVE
Definition: mm7_data.h:118

Variable Documentation

◆ application

PlatformApplication* application
extern

◆ dword_6BE364_game_settings_1

int dword_6BE364_game_settings_1
extern

◆ eventHandler

PlatformEventHandler* eventHandler
extern

◆ eventLoop

PlatformEventLoop* eventLoop
extern

◆ openGLContext

PlatformOpenGLContext* openGLContext
extern

◆ platform

Platform* platform
extern

◆ window

PlatformWindow* window
extern