|
TheCOSCGameProject
1.0
|
Defines the Room and RoomContent classes for the Valeris game. More...
#include <vector>#include <string>#include <iostream>#include "../lib/minigames.h"#include "player.h"

Go to the source code of this file.
Classes | |
| struct | EnemyStruct |
| Represents an enemy in a room. More... | |
| struct | NPC |
| Represents a non-player character (NPC) in a room. More... | |
| class | RoomContent |
| Manages the content within a room, including items, enemies, and NPCs. More... | |
| class | Room |
| Represents a room in the dungeon. More... | |
Defines the Room and RoomContent classes for the Valeris game.
This file contains the definitions of the Room and RoomContent classes, which represent the various rooms in the game's dungeon and their contents, such as items, enemies, and NPCs.
1.8.13