summaryrefslogtreecommitdiffstats
path: root/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj.h b/obj.h
index 8182129..fd2c13a 100644
--- a/obj.h
+++ b/obj.h
@@ -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