first commit

This commit is contained in:
murdle
2026-03-01 02:38:58 +02:00
commit 19250b9db4
19111 changed files with 4358159 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#pragma once
#include "DirectoryLevelStorage.h"
#include "DirectoryLevelStorageSource.h"
#include "LevelData.h"
#include "LevelStorage.h"
#include "LevelStorageProfilerDecorator.h"
#include "LevelStorageSource.h"
#include "LevelSummary.h"
#include "McRegionLevelStorage.h"
#include "McRegionLevelStorageSource.h"
//#include "MemoryLevelStorage.h" // 4J removed as unused
//#include "MemoryLevelStorageSource.h" // 4J removed as unused
#include "MockedLevelStorage.h"
#include "PlayerIO.h"
#include "SavedDataStorage.h"