SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
TerrainAttorney::GameLoop Class Reference

Provides access to the game loop related functions of Terrain. More...

#include <TerrainAttorney.h>

Static Private Member Functions

static void Render (Terrain *p)
 Calls the Draw method of the Terrain object.
 

Friends

class TerrainManager
 

Detailed Description

Provides access to the game loop related functions of Terrain.

Member Function Documentation

◆ Render()

static void TerrainAttorney::GameLoop::Render ( Terrain * p)
inlinestaticprivate

Calls the Draw method of the Terrain object.

Parameters
pPointer to the Terrain object.
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: