mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Initial commit.
:)
This commit is contained in:
11
source/World/Generator/ChunkSource.cpp
Normal file
11
source/World/Generator/ChunkSource.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "ChunkSource.hpp"
|
||||
#include "Level.hpp"
|
||||
|
||||
void ChunkSource::saveAll()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ChunkSource::~ChunkSource()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user