]> git.lizzy.rs Git - shadowclad.git/blobdiff - level.h
Reorder, move and rename things
[shadowclad.git] / level.h
diff --git a/level.h b/level.h
index b36c2bb88738b3550593d2126c518b5118279762..387df43a9b4bf2f9ec4d46e169a48fb2cfec5d6f 100644 (file)
--- a/level.h
+++ b/level.h
@@ -11,7 +11,7 @@ typedef uint32_t Block;
 
 const AiScene* levelScene;
 
-void initLevel();
+void initLevel(void);
 void setImage(TgaImage* image);
 const AiScene* importScene(const char* path);