diff options
| author | Japa | 2011-08-21 15:08:04 +0000 |
|---|---|---|
| committer | Japa | 2011-08-21 15:08:04 +0000 |
| commit | 5b813e32b57ea085c0eb04b1b5f528b3698a167d (patch) | |
| tree | f379955486124c7f2674c8e4db220ab2baa6dc76 /Occlusion_Test.h | |
| parent | 6f96b930653206ca09fa79985126921cfe8fb03f (diff) | |
| download | stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.gz stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.bz2 stonesense-5b813e32b57ea085c0eb04b1b5f528b3698a167d.tar.xz | |
Diffstat (limited to 'Occlusion_Test.h')
| -rw-r--r-- | Occlusion_Test.h | 9 |
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 |
