diff options
Diffstat (limited to 'src/game/world/model_draw.cpp')
| -rw-r--r-- | src/game/world/model_draw.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/world/model_draw.cpp b/src/game/world/model_draw.cpp new file mode 100644 index 0000000..a50669a --- /dev/null +++ b/src/game/world/model_draw.cpp @@ -0,0 +1,5 @@ +#include "model_draw.h" + +void model_draw( MODEL* model, GAME_DATA* game, VEC2 window, VEC2 winsize ) { + +} |
