mechanicmarx / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Missing #include in gkGameObjectInstance #296

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not sure if i see it right but i think that 
#include "gkGameObjectGroup.h" has to be added to gkGameObjectInstance.h .

Some projects compiled without failures but one complained about missing 
"gkGameObjectGroup.h".

Original issue reported on code.google.com by onk...@gmail.com on 9 Jan 2013 at 11:31

GoogleCodeExporter commented 8 years ago
Oh, that might be. The thing is that if you use these unity-files where in 
cmake-stage you pack a couple of files together you miss from time to time to 
add an include which is needed if compiled with unity...
I will check that asap. Thx for reporting..

Original comment by thomas.t...@googlemail.com on 10 Jan 2013 at 5:06

GoogleCodeExporter commented 8 years ago
Ok, fixed it. Thx for reporting!

http://code.google.com/p/gamekit/source/detail?r=1243

Original comment by thomas.t...@googlemail.com on 11 Jan 2013 at 1:27