diff options
author | aap <aap@papnet.eu> | 2020-05-11 17:03:32 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-11 17:03:44 +0200 |
commit | d4250fc2c7e382b095a4ae09daae4ee3beb65527 (patch) | |
tree | c2cf6c78147b1fc49c0a7ff2860eee616e8852d1 /src/render/Occlusion.h | |
parent | ad90a06a395d6c93d4565705ee70c64a6cc820b8 (diff) |
CRenderer
Diffstat (limited to 'src/render/Occlusion.h')
-rw-r--r-- | src/render/Occlusion.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/render/Occlusion.h b/src/render/Occlusion.h new file mode 100644 index 00000000..977649b8 --- /dev/null +++ b/src/render/Occlusion.h @@ -0,0 +1,7 @@ +#pragma once + +class COcclusion +{ +public: + static void ProcessBeforeRendering(void); +}; |