~extremepopcorn/dhlib/dhlib_ep

« back to all changes in this revision

Viewing changes to lib/gamex/TimeDriver.mhx

  • Committer: edA-qa mort-ora-y
  • Date: 2010-02-16 05:36:32 UTC
  • Revision ID: eda-qa@disemia.com-20100216053632-60lt7fndfi3fgblw
first

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package gamex;
 
2
 
 
3
interface TimeDriver
 
4
{
 
5
        public function startTimer() : Void;
 
6
        public function stopTimer() : Void;
 
7
        public function pause() : Void;
 
8
        public function haltPause() : Void;
 
9
}