Refactored code out into multiple files

This commit is contained in:
2024-12-07 21:05:33 -05:00
parent a907c0fd8b
commit b6a999ddf5
10 changed files with 248 additions and 170 deletions

6
src/draw.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _DRAW_H_
#define _DRAW_H_
void GAME_draw_background(int w, int h);
#endif //_DRAW_H_