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