25 lines
272 B
C++
25 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()
|
||
|
{
|
||
|
}
|