mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-21 17:24:37 -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
|