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