[Scummvm-cvs-logs] CVS: scummvm system.h,NONE,1.1

Vincent Hamm yazoo at users.sourceforge.net
Wed Mar 20 17:04:16 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv10238

Added Files:
	system.h 
Log Message:
Add system.h that I forgot in the last commit

--- NEW FILE: system.h ---
class OSystem
{
	public:
		int waitTick(int delta);
		int last_time;
		int new_time;
};





More information about the Scummvm-git-logs mailing list