mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef MVEPLATFORM_H_
|
|
#define MVEPLATFORM_H_
|
|
|
|
unsigned int platform_timeGetTime(void);
|
|
|
|
#endif
|