mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove unnecessary Src/ folders
This commit is contained in:
12
Source/Core/DolphinWX/Debugger/DebuggerUIUtil.h
Normal file
12
Source/Core/DolphinWX/Debugger/DebuggerUIUtil.h
Normal file
@ -0,0 +1,12 @@
|
||||
// Copyright 2013 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _DEBUGGER_UI_UTIL_H
|
||||
#define _DEBUGGER_UI_UTIL_H
|
||||
|
||||
#include <wx/wx.h>
|
||||
|
||||
extern wxFont DebuggerFont;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user