TheCOSCGameProject  1.0
Classes
player.h File Reference

Defines the Player class for the Valeris game. More...

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

Go to the source code of this file.

Classes

class  Player
 Manages player attributes and actions. More...
 

Detailed Description

Defines the Player class for the Valeris game.

This file contains the declaration of the Player class, which manages player attributes such as health, inventory, class type, and buffs.