❖
Monad Engine
da02fba2
>
Undercity Codex
_
Loading...
Searching...
No Matches
Application.cpp
Go to the documentation of this file.
1
#include "
Application.h
"
2
3
namespace
eng
4
{
5
void
Application::RegisterTypes
()
6
{
7
}
8
9
void
Application::SetNeedsToBeClosed
(
bool
value)
10
{
11
m_needsToBeClosed = value;
12
}
13
14
bool
Application::NeedsToBeClosed
()
const
15
{
16
return
m_needsToBeClosed;
17
}
18
}
eng::Application::RegisterTypes
virtual void RegisterTypes()
Definition
Application.cpp:5
eng::Application::NeedsToBeClosed
bool NeedsToBeClosed() const
Definition
Application.cpp:14
eng::Application::SetNeedsToBeClosed
void SetNeedsToBeClosed(bool value)
Definition
Application.cpp:9
Application.h
Abstract base class for the user-defined game or lab application.
eng
Definition
Application.cpp:4
docs
GD-Engine-lesson-5-2
engine
source
Application.cpp
Generated by
1.9.8