Select Git revision
SQLiteSession.java
-
Liam Byrne authoredLiam Byrne authored
time.hpp 213 B
#ifndef TIME_H
#define TIME_H
#include <stdint.h>
/**
* Initialises time.
*/
void initTime();
/**
* Gets the number of milliseconds since program start.
*/
uint32_t getCurrentMillis();
#endif /* TIME_H */