3#include "game/system/MultiDvdArchive.hh"
5#include <egg/core/ExpHeap.hh>
6#include <egg/core/Scene.hh>
24 virtual void createEngines() = 0;
25 virtual void initEngines() = 0;
26 virtual void calcEngines() = 0;
27 virtual void destroyEngines() = 0;
28 virtual void configure() = 0;
29 virtual void onReinit() {}
44 void unmountResources();
48 void getMemoryLeakTags();
49 size_t getMemoryLeakTagCount();
60 size_t m_totalMemoryUsed;
A low-level representation of a memory heap for managing dynamic memory allocation....
Memory blocks have group IDs assigned to them (default 0). This class is a record of the total sum of...
Base class for all scenes.
Interface for menu and race scenes.
std::list< Resource * > m_resources
List of all active resources in the scene.
Pertains to scene handling.