mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 18:37:52 -05: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