00001 #ifndef CLOCK_H 00002 #define CLOCK_H 00003 00006 class Clock { 00007 public: 00011 static int clock; 00012 }; 00013 #endif