mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 13:07:53 -05:00
got rid of 'src' folders in each sub-project
This commit is contained in:
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();
|
||||
};
|
Reference in New Issue
Block a user