mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-24 02:01:02 +00:00
5 lines
105 B
C
5 lines
105 B
C
|
#ifndef __MAC_RESOURCES_H__
|
||
|
#define __MAC_RESOURCES_H__
|
||
|
|
||
|
void OSX_GetResourcesPath(char * buffer);
|
||
|
#endif
|