[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src start.h,1.3,1.4
Chris Apers
chrilith at users.sourceforge.net
Tue Dec 2 03:13:01 CET 2003
Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1:/tmp/cvs-serv23003
Modified Files:
start.h
Log Message:
Make this function global
Index: start.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/start.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- start.h 28 Nov 2003 10:14:36 -0000 1.3
+++ start.h 2 Dec 2003 11:12:03 -0000 1.4
@@ -92,7 +92,7 @@
#define appPrefVersionNum 0x01
#define STACK_DEFAULT 8192
-#define STACK_LARGER 16384
+#define STACK_LARGER 11264
#define STACK_GET 0
Err AppStart(void);
@@ -100,6 +100,7 @@
Boolean CheckVibratorExists();
Boolean StartScummVM();
void PINGetScreenDimensions();
+void GetMemory(UInt32* storageMemoryP, UInt32* dynamicMemoryP, UInt32 *storageFreeP, UInt32 *dynamicFreeP);
void WinScreenGetPitch();
void SavePrefs();
Err SendDatabase (UInt16 cardNo, LocalID dbID, Char *nameP, Char *descriptionP);
More information about the Scummvm-git-logs
mailing list