mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-14 05:15:11 +01:00
7e64a9f6b5
* adding stuff for writing a supercluster with updates information, using correct rotation * fixed a few more bugs in this class forgot about * move the "fakesign checker" stuff to a more appropriate place * add a couple small functions to TMD, ticket, shardeMap * add a new "demo" program/project nandBinCheck. it does lots of useful integrety checks on a nand.bin that will be needed when starting to actually write these things
36 lines
697 B
C
36 lines
697 B
C
#ifndef INCLUDES_H
|
|
#define INCLUDES_H
|
|
|
|
#include <QtGui/QApplication>
|
|
#include <QAction>
|
|
#include <QBuffer>
|
|
#include <QDialog>
|
|
#include <QDir>
|
|
#include <QFile>
|
|
#include <QFileDialog>
|
|
#include <QGraphicsScene>
|
|
#include <QGraphicsPixmapItem>
|
|
#include <QLayout>
|
|
#include <QList>
|
|
#include <QMainWindow>
|
|
#include <QMenu>
|
|
#include <QMessageBox>
|
|
//#include <QNetworkAccessManager>
|
|
//#include <QNetworkReply>
|
|
#include <QObject>
|
|
#include <QProcess>
|
|
#include <QQueue>
|
|
#include <QRegExp>
|
|
#include <QSettings>
|
|
#include <QtDebug>
|
|
#include <QTimer>
|
|
#include <QtGui>
|
|
#include <QtGui/QMainWindow>
|
|
#include <QTreeWidget>
|
|
#include <QTreeWidgetItem>
|
|
#include <qpushbutton.h>
|
|
#include <QWidget>
|
|
|
|
|
|
#endif // INCLUDES_H
|