merge macos.c and macos.m, update ios.*
* Merged macos.c into macos.m. * Updated ios.h and ios.c to be compatible with the macos.* changes. * Renamed ios.c to ios.m.
This commit is contained in:
parent
d697d3faca
commit
c2ab6d461c
5 changed files with 83 additions and 101 deletions
|
|
@ -22,6 +22,8 @@
|
|||
#ifndef __IOS_H__
|
||||
#define __IOS_H__
|
||||
|
||||
|
||||
void apple_init(void);
|
||||
const char *apple_fontsPath(void);
|
||||
const char *apple_preferencesPath(void);
|
||||
const char *apple_globalPreferencesPath(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue