Replaced TXTPRNT.ASM with TXTPRNT.CPP from Chronoshift.

This commit is contained in:
Justin Marshall
2020-06-11 05:47:59 -07:00
parent cc6c6092c7
commit b64c955970
6 changed files with 321 additions and 648 deletions
-5
View File
@@ -83,11 +83,6 @@ extern int CachedIconsDrawn;
extern int UnCachedIconsDrawn;
extern "C" void __cdecl Set_Font_Palette_Range(void const *palette, INT start_idx, INT end_idx)
{
}
/*
;***************************************************************************
;* VVC::DRAW_LINE -- Scales a virtual viewport to another virtual viewport *