Got library and demos building on mingw32 and ubuntu again

This commit is contained in:
2013-01-22 07:49:01 -05:00
parent 1590271691
commit f1c2baf795
27 changed files with 220 additions and 13852 deletions

View File

@@ -2,7 +2,7 @@
* This demo just expands on the 'gravity' demo to show how one could create a primitive bouncing effect
*/
#include <libgame/libgame.h>
#include <libsdlgame/libsdlgame.h>
int main(int argc, char *argv[])
{
@@ -62,4 +62,5 @@ int main(int argc, char *argv[])
}
myGame.finishFrame();
}
return 0;
}