File indexing completed on 2024-12-15 04:14:22
0001 #ifndef PERUSE_HELPERS_H 0002 #define PERUSE_HELPERS_H 0003 0004 #include <QString> 0005 0006 class QQmlEngine; 0007 class QApplication; 0008 0009 namespace PeruseHelpers { 0010 int getMaxTextureSize(); 0011 int init(QString& path, QApplication& app, const QString &filename = QString()); 0012 } 0013 0014 #endif