AppleWin/source/frontends/qapple/emulator.h

17 lines
237 B
C
Raw Normal View History

#ifndef EMULATOR_H
#define EMULATOR_H
#include "ui_emulator.h"
class Emulator : public QFrame, private Ui::Emulator
{
Q_OBJECT
public:
explicit Emulator(QWidget *parent = 0);
void redrawScreen();
};
#endif // EMULATOR_H