summaryrefslogtreecommitdiff
path: root/src/game/world/model_draw.h
blob: 90be1896710b694e9bd404a4f80711ff56088420 (plain)
1
2
3
4
#include "../../render/model.h"
#include "../../game.h"

extern void model_draw( MODEL* model, GAME_DATA* game, VEC2 window, VEC2 winsize );