micetools/src/micetools/launcher/locate.h

10 lines
246 B
C
Raw Normal View History

2022-06-13 03:22:52 +00:00
#include <Windows.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <tchar.h>
bool locate_exe(char* path, size_t len, const char* exe);
bool locate_game(char* path, size_t len);
2022-07-02 15:07:54 +00:00
bool locate_library(char* path, size_t len);