I get that error above on a few line in my code.
But I'm quite sure it has something to do with my class files, and for the life of me I cannot fix it.
Thanks in advance.
Code:
#include "Collision.h"
Collision::Collsion()
{ //this line
}
Collision::~Collision()
{
}
void Collision::Init()
{
loadCounterX = loadCounterY = 0;
Collision::LoadCollisionMap("colmap1.txt");
{
void Collision::Update()
{ //this line
}
Thanks in advance.
Comment