I declared the class
It works fine in one file but i cant get it to work in seperate files
How can i make this work?
Is it even possable to pass an object threw a function?
Try to pass a pointer to the function.
Function signature: bool Collidea1(bool debug, obj *objA, obj *objB);
Function call: Collidea(false, &obj1, &obj2);