c++ Programming Glossary: spritesheet
Circular Dependencies / Incomplete Types http://stackoverflow.com/questions/7666665/circular-dependencies-incomplete-types The situation is as follows Stuffcollection.h #include Spritesheet.h class Stuffcollection public void myfunc Spritesheet spritesheet.. Spritesheet.h class Stuffcollection public void myfunc Spritesheet spritesheet void myfuncTwo Stuffcollection.cpp void Stuffcollection.. myfuncTwo Stuffcollection.cpp void Stuffcollection myfunc Spritesheet spritesheet unsigned int myvar 5 spritesheet spritevar void..
Circular Dependencies / Incomplete Types http://stackoverflow.com/questions/7666665/circular-dependencies-incomplete-types class Stuffcollection public void myfunc Spritesheet spritesheet void myfuncTwo Stuffcollection.cpp void Stuffcollection myfunc.. void Stuffcollection myfunc Spritesheet spritesheet unsigned int myvar 5 spritesheet spritevar void myfunc2 Spritesheet.h.. myfunc Spritesheet spritesheet unsigned int myvar 5 spritesheet spritevar void myfunc2 Spritesheet.h #include Stuffcollection.h..
|