diff options
Diffstat (limited to 'backends/PalmOS/Src/be_os5.h')
-rwxr-xr-x | backends/PalmOS/Src/be_os5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/be_os5.h b/backends/PalmOS/Src/be_os5.h index 9a48ffa749..57ef9c1528 100755 --- a/backends/PalmOS/Src/be_os5.h +++ b/backends/PalmOS/Src/be_os5.h @@ -56,6 +56,7 @@ protected: SoundDataType _sound; public: + OSystem_PalmOS5(); static OSystem *create(); void copyRectToScreen(const byte *buf, int pitch, int x, int y, int w, int h); |