mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 17:39:49 +00:00
CRenderer
This commit is contained in:
7
src/render/Occlusion.h
Normal file
7
src/render/Occlusion.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class COcclusion
|
||||
{
|
||||
public:
|
||||
static void ProcessBeforeRendering(void);
|
||||
};
|
Reference in New Issue
Block a user