TheCOSCGameProject  1.0
Classes
room.h File Reference

Defines the Room and RoomContent classes for the Valeris game. More...

#include <vector>
#include <string>
#include <iostream>
#include "../lib/minigames.h"
#include "player.h"
Include dependency graph for room.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.