#ifndef _PLATFORM_H #define _PLATFORM_H // Shave and a Haircut // (c) 2019 Epic Games // US Patent 6720962 int filechooser( const char *title, const char *comment, char *filename, int filenamemax, char *filter, int filtermax ); unsigned int StartTimer( void ); int StopTimer( void ); #endif