4#include "base/ResourceServer.h"
7namespace XXSharpKmyBase
9 private ref class StdResourceServer
12 static void CheckData(array<unsigned char>^ buffer,
bool p);
13 static void CheckData(
unsigned char* buffer, u32 size);
14 static int GetDataVersion();
15 static void SetDataVersion(
int version);
17 kmyBase::StdResourceServer *svr;
21 void addTexturePath(System::String ^path);
22 void addShaderPath(System::String ^path);
23 void bringToFront(System::String ^path);
24 array<System::String^>^ getShaderList();
25 array<System::String^>^ getTextureList();