BizHawk/waterbox/melon/BizPlatform/BizFile.h

15 lines
206 B
C++

#ifndef BIZFILE_H
#define BIZFILE_H
#include "Platform.h"
namespace Platform
{
struct FileCallbackInterface;
void SetFileCallbacks(FileCallbackInterface& fileCallbackInterface);
}
#endif