Skip to content

Instantly share code, notes, and snippets.

@kingOfUniverse11
kingOfUniverse11 / player class
Created June 6, 2022 02:05
This is one of the files I had used to create a player class file for a game we worked on with my team.
/**
* @file Player.cpp
* @author DC
* @brief class represnting the player in the game
* @date 2021-11-30
*
*
*/
#include "Player.h"