00001 00008 #ifndef TIMER_H 00009 #define TIMER_H 00010 00011 00012 #include "types.h" 00013 00014 00015 namespace audiere { 00016 00018 u64 GetNow(); 00019 00020 } 00021 00022 00023 #endif