mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-17 04:15:37 +02:00
16 lines
237 B
C
16 lines
237 B
C
![]() |
//
|
||
|
// 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 */
|