So I'm getting an error: "Expected class name" on the following class:
#ifndef WeaponEntiity_hpp
#define WeaponEntiity_hpp
#include <stdio.h>
#include "Entity.hpp"
class WeaponEntity : public Entity
{
float durability = 100; //percent, higher number better durapility
float damage = 10; //score range from 0 to 100;