Cucumber/include/Tier1/CTimer.h

11 lines
130 B
C
Raw Normal View History

2011-04-04 16:25:20 +00:00
#ifndef __CTIMER_H__
#define __CTIMER_H__
namespace cb {
class CTimer {
void Enable(bool Enabled);
};
};
#endif