mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-04 23:14:21 +01:00
8 lines
87 B
C++
8 lines
87 B
C++
#pragma once
|
|
|
|
class COcclusion
|
|
{
|
|
public:
|
|
static void ProcessBeforeRendering(void);
|
|
};
|