Files

9 lines
127 B
C
Raw Permalink Normal View History

2026-03-28 11:39:04 +11:00
#ifndef IOS_LAUNCHER_H
#define IOS_LAUNCHER_H
#include <QString>
bool iosLaunchFile(QString file);
#endif // IOS_LAUNCHER_H