AppleWin/source/linux/duplicates/Debugger_Win32.cpp

25 lines
272 B
C++
Raw Normal View History

#include "StdAfx.h"
#include "Debug.h"
Update_t CmdConfigFont(int /* nArgs */)
{
return UPDATE_NOTHING;
}
Update_t CmdConfigGetFont(int /* nArgs */)
{
return UPDATE_NOTHING;
}
void ProcessClipboardCommands()
{
}
void FontsDestroy()
{
}
void FontsInitialize()
{
}