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