OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
LOD.h File Reference
#include <memory>
#include "Library/Lod/LodReader.h"

Functions

bool Initialize_GamesLOD_NewLOD ()
 

Variables

std::unique_ptr< LodReaderpSave_LOD
 
std::unique_ptr< LodReaderpGames_LOD
 

Function Documentation

◆ Initialize_GamesLOD_NewLOD()

bool Initialize_GamesLOD_NewLOD ( )

Variable Documentation

◆ pGames_LOD

std::unique_ptr<LodReader> pGames_LOD
extern

LOD reader for data/games.lod.

◆ pSave_LOD

std::unique_ptr<LodReader> pSave_LOD
extern

LOD reader for the current game being played. Used for accessing the per-map states, is updated on map change, on save, and on load.