mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Initial commit.
:)
This commit is contained in:
9
source/World/Renderer/Culler.cpp
Normal file
9
source/World/Renderer/Culler.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Culler.hpp"
|
||||
|
||||
void Culler::prepare(float x, float y, float z)
|
||||
{
|
||||
}
|
||||
|
||||
Culler::~Culler()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user