#ifndef TIMEKEEPER_H #define TIMEKEEPER_H #include "common.h" class Timekeeper { public: s32 getTime() const; }; #endif