#include "SpriteManager.h"
Include dependency graph for ProjectManager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | CProjectManager |
CProjectManager class. More... |
The project manager makes use of several classes defined in four main modules: the File Manager, which is in charge of saving and loading the needed files for the project; the Sprite Manager, with the job of maintaining the sprites: entities, masks and backgrounds of the game, along with their properties; the Sound Manager, which maintains the full list of sounds used by the game; and a World Manager, which provides the necessary methods and structures to build the whole quest.
The project manager is perhaps the most important module of all, since it unites all other four modules into one working engine.
Definition in file ProjectManager.h.