- 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

@ -37,11 +37,8 @@
#include "v_palette.h"
#include "v_pfx.h"
extern "C"
{
PfxUnion GPfxPal;
PfxState GPfx;
}
PfxUnion GPfxPal;
PfxState GPfx;
static bool AnalyzeMask (uint32_t mask, uint8_t *shift);