Descent3/libmve/platform.h
2024-04-15 21:43:29 -06:00

7 lines
96 B
C

#ifndef MVEPLATFORM_H_
#define MVEPLATFORM_H_
unsigned int platform_timeGetTime(void);
#endif