[Scummvm-cvs-logs] CVS: scummvm/sky sky.h,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Wed Mar 5 18:34:16 CET 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv12719

Modified Files:
	sky.h 
Log Message:
no need to have this all public...

Index: sky.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sky.h	5 Mar 2003 19:04:34 -0000	1.1
+++ sky.h	6 Mar 2003 02:33:49 -0000	1.2
@@ -27,8 +27,8 @@
 #include "common/util.h"
 
 class SkyState : public Engine {
-public:
-	
+
+protected:
 	byte _game;
 	byte _key_pressed;
 
@@ -60,9 +60,11 @@
 
 	byte *_game_grid;
 
+public:
 	SkyState(GameDetector *detector, OSystem *syst);
 	virtual ~SkyState();
 
+protected:
 	void delay(uint amount);
 	void pollMouseXY();
 	void go();
@@ -82,8 +84,6 @@
 	void shutdown();
 	
 	RandomSource _rnd;
-
-
 };
 
 #endif





More information about the Scummvm-git-logs mailing list