when spiting my programs
in files [ .cpp & .h ]
i get this 2 errors
- double definision
- cant find this
until now i only get my progams to work
if in one file
but that creates very long code files
i m expanding my 3dengine around opengl
the code is now exiding 1800 lines
and i m planing even larger ones
tip :
to quickly move i use the search-menu
whit special remarks in the code :
//@game //@variables etc...
You've obviously removed the code for some functions and have code in the header and cpp files for some others.
Start with the first error. Try and find the function code and make sure it's in the cpp and not the header.
Repeat for all functions.