lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
time.h
00001 /*****************************************************/
00002 /* lean Time                    (c) Tobias Zirr 2011 */
00003 /*****************************************************/
00004 
00005 #ifndef LEAN_TIME_TIME
00006 #define LEAN_TIME_TIME
00007 
00008 namespace lean
00009 {
00011     namespace time { }
00012 }
00013 
00014 #include "timer.h"
00015 #include "highres_timer.h"
00016 
00017 #endif