]> git.lizzy.rs Git - shadowclad.git/blobdiff - level.h
Link libassimp and test importing a 3ds file
[shadowclad.git] / level.h
diff --git a/level.h b/level.h
index 692f01de9cf69eb8255744f08ccfd7914ceb73ae..84d2c6a29553fc19311436f7d6946db9994f27fc 100644 (file)
--- a/level.h
+++ b/level.h
@@ -7,8 +7,8 @@
 
 typedef GLuint Block;
 
-const Block BLOCK_EMPTY = 0;
-const Block BLOCK_WALL01 = 1;
+const Block BLOCK_EMPTY;
+const Block BLOCK_WALL01;
 
 Block get_block(GLushort x, GLushort y);
 void set_image(TGAimage* image);