Files
dolphin/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
T

14 lines
336 B
C++
Raw Normal View History

// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
2014-02-22 23:36:30 +01:00
#include <wx/chartype.h>
#include <wx/defs.h>
#include <wx/font.h>
2014-02-17 05:18:15 -05:00
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
// The default font
wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, wxT("monospace"));