SameBoy/SDL/windows_associations.h

6 lines
160 B
C
Executable File

#ifndef _WIN32
#error windows_associations.h included while building for a different platform
#endif
#include <stdbool.h>
bool GB_do_windows_association(void);