Hey guys, i keep getting this error, it displays
Undefined Reference to 'BackgroundSystem::draw()'
now im working on a project with 4 other people, so we are using it to "pull" and "push", now when i add a new source file (BackgroundSystem.cpp) i have to add it to the makefile manually, so i do, but when i go to compile it just prints out undefined reference, i have checked the header files and source files way to many times for me to remember, and i cant see anything wrong,
does anyone have any idea on why this is happening?
Mrapproved