1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 22:49:55 +00:00
openmw-tes3mp/apps/launcher/graphicspage.hpp

15 lines
178 B
C++

#ifndef GRAPHICSPAGE_H
#define GRAPHICSPAGE_H
#include <QWidget>
class GraphicsPage : public QWidget
{
Q_OBJECT
public:
GraphicsPage(QWidget *parent = 0);
};
#endif