Simplify data structures usage

This commit is contained in:
2014-06-22 04:52:08 +02:00
committed by Valeriano A.R
parent 87642abf43
commit 4b2a801809
12 changed files with 169 additions and 192 deletions

4
main.c
View File

@@ -26,13 +26,13 @@ void PostProcGame(){
GameLib_ForEachEnt(EntityApplyGravity);
}
void PreDrawGame(){
void PreDrawGame(float f){
//Draw_Clean(128,128,128);
Draw_SetColor(1.0f,1.0f,1.0f,1.0f);
Draw_DrawImgResized(img_background,0,0,640,480);
}
void DrawGame(){
void DrawGame(float f){
char cadena[128];
// Watermark