mirror of
https://github.com/td512/re3.git
synced 2026-03-03 13:12:51 +00:00
9 lines
95 B
C++
9 lines
95 B
C++
#include "common.h"
|
|
|
|
#include "Occlusion.h"
|
|
|
|
void
|
|
COcclusion::ProcessBeforeRendering(void)
|
|
{
|
|
}
|