TheCOSCGameProject  1.0
Classes
enemies.h File Reference

Defines the Enemy structure and EnemySpawner class for the Valeris game. More...

#include <string>
Include dependency graph for enemies.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Enemy
 Represents an enemy character in the game. More...
 
class  EnemySpawner
 Responsible for spawning enemies in the game. More...
 

Detailed Description

Defines the Enemy structure and EnemySpawner class for the Valeris game.

This file contains the declaration of the Enemy structure, which represents an enemy character in the game, and the EnemySpawner class, which is responsible for spawning enemies with randomly generated attributes.