got rid of 'src' folders in each sub-project
This commit is contained in:
parent
03c245345e
commit
63e46abdb8
148 changed files with 0 additions and 0 deletions
12
src/citra_qt/ramview.hxx
Normal file
12
src/citra_qt/ramview.hxx
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "qhexedit.h"
|
||||
|
||||
class GRamView : public QHexEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GRamView(QWidget* parent = NULL);
|
||||
|
||||
public slots:
|
||||
void OnCPUStepped();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue