(20120103) 23:00

This commit is contained in:
2012-01-03 23:00:00 +01:00
parent 008adb3435
commit 5b73cb9702
55 changed files with 1279 additions and 271 deletions

8
Draw.h
View File

@@ -110,4 +110,12 @@ DrawFnt Draw_LoadFont(char *fichero,int min,int max);
// Draws text using a font
void Draw_DrawText(DrawFnt f,char *text,int x,int y);
/////////////////////////////
// Draw_SaveScreenshoot
//
//
void Draw_SaveScreenshoot(char *filename);
#endif