summaryrefslogtreecommitdiff
path: root/Occlusion_Test.h
diff options
context:
space:
mode:
authorJapa2011-08-21 15:08:04 +0000
committerJapa2011-08-21 15:08:04 +0000
commit5b813e32b57ea085c0eb04b1b5f528b3698a167d (patch)
treef379955486124c7f2674c8e4db220ab2baa6dc76 /Occlusion_Test.h
parent6f96b930653206ca09fa79985126921cfe8fb03f (diff)
downloadstonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.gz
stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.bz2
stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.xz
Diffstat (limited to 'Occlusion_Test.h')
-rw-r--r--Occlusion_Test.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Occlusion_Test.h b/Occlusion_Test.h
new file mode 100644
index 0000000..0b256ce
--- /dev/null
+++ b/Occlusion_Test.h
@@ -0,0 +1,9 @@
+#ifndef OCCLUSION_TEST_H
+#define OCCLUSION_TEST_H
+
+class Block;
+
+void init_masks();
+void occlude_block(Block * b);
+
+#endif \ No newline at end of file