isle-portable/ISLE/ios/config.h
Helloyunho 9d8cb64a19
Add iOS Port (#566)
*  feat: add ios support

* ⚗️ chore: trying some experiments to make ci working

* ⚗️ chore: is it really ci version problem?

* 💚 fix: it really is just a ci version issue

* 🩹 fix: go as low as possible

* 🩹 fix: support ipad
2025-07-10 08:34:52 +02:00

9 lines
156 B
C

#ifndef IOS_CONFIG_H
#define IOS_CONFIG_H
#include "dictionary.h"
void IOS_SetupDefaultConfigOverrides(dictionary* p_dictionary);
#endif // IOS_CONFIG_H