AppleWin/source/linux/duplicates/Debugger_Win32.cpp
Andrea Odetti 50599e9535 Debugger: compile Debug.cpp, Debugger_Help.cpp, Commands, and MemoryTextFile.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-05-06 15:22:14 +01:00

24 lines
272 B
C++

#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()
{
}