#ifndef __Timer__H
#define __Timer__H

#ifdef __cplusplus
extern "C" {
#endif

int Timer_GetTime(void);

#ifdef __cplusplus
}
#endif

#endif
