mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
10 lines
114 B
C++
10 lines
114 B
C++
#pragma once
|
|
|
|
#include "ChunkStorage.hpp"
|
|
|
|
class MemoryChunkStorage : public ChunkStorage
|
|
{
|
|
// no difference
|
|
};
|
|
|