dolphin/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
2015-05-25 13:22:31 +02:00

10 lines
285 B
C++

// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <wx/font.h>
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
// The default font
wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace");