2013-04-18 03:43:35 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2009-07-06 02:10:26 +00:00
|
|
|
|
|
|
|
#ifndef _DEBUGGER_UI_UTIL_H
|
|
|
|
#define _DEBUGGER_UI_UTIL_H
|
|
|
|
|
|
|
|
#include <wx/wx.h>
|
|
|
|
|
|
|
|
extern wxFont DebuggerFont;
|
|
|
|
|
|
|
|
#endif
|