mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:23:06 +00:00
split out platform/storage
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <format>
|
||||
#include <string>
|
||||
|
||||
#include "platform/sdl2/Storage.h"
|
||||
#include "platform/storage/storage.h"
|
||||
#include "app/common/DLC/DLCPack.h"
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/Controls/UIControl.h"
|
||||
@@ -162,7 +162,7 @@ private:
|
||||
void showNotOnlineDialog(int iPad);
|
||||
|
||||
static int UnlockSkinReturned(void* pParam, int iPad,
|
||||
C4JStorage::EMessageResult result);
|
||||
IPlatformStorage::EMessageResult result);
|
||||
static int RenableInput(void* lpVoid, int, int);
|
||||
void AddFavoriteSkin(int iPad, int iSkinID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user