diff options
Diffstat (limited to 'obj.h')
-rw-r--r-- | obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ ObjModel *ObjLoadModel(char *, size_t); /* read a file into argument 2, and return amount of bytes read */ size_t ObjLoadFile(char *, char **); void ObjList(ObjModel *); +char *ObjGetPath(char *); void ObjFree(ObjModel *); #endif |