- removed many 'extern "C"' declarations, now that assembly is no longer a concern.

- some concepts about building a RenderViewpoint struct. No actual work yet.
This commit is contained in:
Christoph Oelckers 2017-03-11 11:31:09 +01:00
commit 72da1fed7e
12 changed files with 74 additions and 60 deletions

View file

@ -142,13 +142,11 @@ int DisplayWidth, DisplayHeight, DisplayBits;
FFont *SmallFont, *SmallFont2, *BigFont, *ConFont, *IntermissionFont;
extern "C" {
uint32_t Col2RGB8[65][256];
uint32_t *Col2RGB8_LessPrecision[65];
uint32_t Col2RGB8_Inverse[65][256];
ColorTable32k RGB32k;
ColorTable256k RGB256k;
}
static uint32_t Col2RGB8_2[63][256];