micetools/src/micetools/launcher/locate.h

8 lines
143 B
C

#include <Windows.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <tchar.h>
bool locate_game(char* path, size_t len);