mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
13 lines
224 B
C
13 lines
224 B
C
// 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
|