(20120107) 05:00

This commit is contained in:
2012-01-07 05:00:00 +01:00
parent 5b73cb9702
commit 69a05d943d
26 changed files with 119 additions and 61 deletions

3
main.c
View File

@@ -169,9 +169,10 @@ int main(int argc,char *argv[]){
if (argc>1) {
if (!strcmp(argv[1],"debug")) {
gamelib_debug=1;
printf("Debug Mode Activated!\n");
}
}
GameLib_Init(640,480,"Game",60);
img_logo=Draw_LoadImage("data/logo.bmp");