Files
mcpe/source/World/Renderer/Culler.cpp
iProgramInCpp 9642818a88 * Initial commit.
:)
2023-07-30 22:22:02 +03:00

10 lines
98 B
C++

#include "Culler.hpp"
void Culler::prepare(float x, float y, float z)
{
}
Culler::~Culler()
{
}