1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-07 20:15:27 +00:00
re3/src/render/Occlusion.h

8 lines
87 B
C
Raw Normal View History

2020-05-11 15:03:32 +00:00
#pragma once
class COcclusion
{
public:
static void ProcessBeforeRendering(void);
};