]> git.lizzy.rs Git - shadowclad.git/blobdiff - level.h
Return aiScene* from import, move prints to debugutil
[shadowclad.git] / level.h
diff --git a/level.h b/level.h
index 84d2c6a29553fc19311436f7d6946db9994f27fc..fe274949add4ffc2b5e31d26ca40c1ba56c92fc5 100644 (file)
--- a/level.h
+++ b/level.h
@@ -12,5 +12,6 @@ const Block BLOCK_WALL01;
 
 Block get_block(GLushort x, GLushort y);
 void set_image(TGAimage* image);
+const struct aiScene* import_model(const char* path);
 
 #endif