Implement SDL2 SetIcon in Lime legacy

This commit is contained in:
Joshua Granick
2014-12-28 13:24:13 -08:00
parent 896efe77c0
commit 1c0b067185
8 changed files with 19 additions and 9 deletions

View File

@@ -194,8 +194,6 @@ typedef std::wstring WString;
WString IntToWide(int value);
WString ColorToWide(int value);
void SetIcon( const char *path );
int GetDeviceOrientation();
int GetNormalOrientation();
double CapabilitiesGetPixelAspectRatio ();
@@ -255,6 +253,8 @@ extern int gFixedOrientation;
#endif
void SetIcon( const OSChar *path );
std::string GetExeName();