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