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

@@ -1,4 +1,4 @@
#include <libgame/libgame.h>
#include <libsdlgame/libsdlgame.h>
int main(int argc, char *argv[])
{
@@ -30,4 +30,5 @@ int main(int argc, char *argv[])
}
myGame.finishFrame();
}
return 0;
}