mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
10 lines
98 B
C++
10 lines
98 B
C++
#include "Culler.hpp"
|
|
|
|
void Culler::prepare(float x, float y, float z)
|
|
{
|
|
}
|
|
|
|
Culler::~Culler()
|
|
{
|
|
}
|