mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-13 20:00:01 -04:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef MVEPLATFORM_H_
|
|
#define MVEPLATFORM_H_
|
|
|
|
unsigned int platform_timeGetTime(void);
|
|
|
|
#endif
|