1
0
mirror of https://github.com/td512/re3.git synced 2026-03-09 08:15:49 +00:00
Files
td512.re3/src/render/Occlusion.h
2020-05-11 17:03:44 +02:00

8 lines
87 B
C++

#pragma once
class COcclusion
{
public:
static void ProcessBeforeRendering(void);
};