mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 14:34:34 +00:00
Support vs15
This commit is contained in:
parent
d49531f486
commit
93ac73179f
7 changed files with 46 additions and 42 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
void initIcon(void *screen);
|
||||
void destroyIcon();
|
||||
void messageBox(const std::string &title, const std::string& msg);
|
||||
void forEachFile(const std::string& inpath, std::string type, void callback(const std::string &filename, intptr_t param), intptr_t param);
|
||||
std::string adjustFilenameCase(const char *_buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue