mkxp-z/steamshim/steamshim_mac_helpers.h

16 lines
237 B
C
Raw Normal View History

2021-01-03 03:07:06 -05:00
//
// steamshim_mac_helpers.h
// mkxp-z
//
// Created by ゾロアーク on 1/3/21.
//
#ifndef steamshim_mac_helpers_h
#define steamshim_mac_helpers_h
#include <string>
std::string execPath();
#endif /* steamshim_mac_helpers_h */