mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-02 20:25:41 +00:00
9 lines
95 B
C++
9 lines
95 B
C++
|
#include "common.h"
|
||
|
|
||
|
#include "Occlusion.h"
|
||
|
|
||
|
void
|
||
|
COcclusion::ProcessBeforeRendering(void)
|
||
|
{
|
||
|
}
|