mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 13:29:13 +00:00
citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
16
src/citra_qt/debugger/ramview.h
Normal file
16
src/citra_qt/debugger/ramview.h
Normal file
@@ -0,0 +1,16 @@
|
||||
// Copyright 2014 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#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