rtphone/src/engine/helper/HL_Time.h

7 lines
81 B
C

#ifndef __HELPER_TIME_H
#define __HELPER_TIME_H
extern double now_ms();
#endif