mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-25 16:15:11 -05:00
11 lines
252 B
C++
11 lines
252 B
C++
#pragma once
|
|
|
|
namespace ui
|
|
{
|
|
void fmInit();
|
|
void fmExit();
|
|
void fmPrep(FsSaveDataType _type, const std::string &_dev, const std::string &_baseSDMC, bool _commit);
|
|
void fmUpdate();
|
|
void fmDraw(SDL_Texture *target);
|
|
} // namespace ui
|