[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src start.cpp,1.1,1.2 start.h,1.1,1.2

Chris Apers chrilith at users.sourceforge.net
Mon Nov 3 08:11:22 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1:/tmp/cvs-serv1608

Modified Files:
	start.cpp start.h 
Log Message:
One form in one source file

Index: start.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/start.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- start.cpp	23 Sep 2003 16:11:54 -0000	1.1
+++ start.cpp	3 Nov 2003 16:10:35 -0000	1.2
@@ -29,10 +29,12 @@
 #include "scumm_globals.h"
 #include "engine.h"
 #include "vibrate.h"
-#include "pa1lib.h"
 #include "start.h"
 #include "games.h"
 
+#include "formUtil.h"
+#include "forms.h"
+
 #ifndef DISABLE_TAPWAVE
[...2221 lines suppressed...]
-	SavePrefs();
-
-	// stop all
-	AppStopSilk();
-	AppStopCheckNotify();
-	AppStopMathLib();
-	AppStopHRMode();
-
-	// reset if needed
-	if (gVars) {
-		Boolean autoReset = gVars->autoReset;
-		MemPtrFree(gVars);
-		if (autoReset)
-			SysReset();
-	}
-}
-
 
 /***********************************************************************
  *

Index: start.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/start.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- start.h	23 Sep 2003 16:11:54 -0000	1.1
+++ start.h	3 Nov 2003 16:10:35 -0000	1.2
@@ -86,4 +86,15 @@
 
 extern GlobalsPreferencePtr gPrefs;
 
-#endif
\ No newline at end of file
+#define appPrefID				0x00
+#define appVersionNum			0x01
+#define appPrefVersionNum		0x01
+
+
+Err AppStart(void);
+void AppStop(void);
+Boolean CheckVibratorExists();
+Boolean StartScummVM();
+void SavePrefs();
+Err SendDatabase (UInt16 cardNo, LocalID dbID, Char *nameP, Char *descriptionP);
+#endif





More information about the Scummvm-git-logs mailing list