refactor
This commit is contained in:
parent
c99d6785ba
commit
a1e4c9ab2c
10 changed files with 68 additions and 45 deletions
|
|
@ -9,7 +9,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
GSDECL GSModel GSModelOpen(GSEngine engine, const char* path);
|
||||
GSDECL void GSModelDraw(GSModel model);
|
||||
GSDECL void GSModelDraw(GSModel model, GSVector3 pos, GSRotation* rot);
|
||||
GSDECL void GSModelClose(GSModel model);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue