Descent3/libmve/platform.h

7 lines
96 B
C
Raw Normal View History

2024-04-16 03:43:29 +00:00
#ifndef MVEPLATFORM_H_
#define MVEPLATFORM_H_
unsigned int platform_timeGetTime(void);
#endif