- 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:
parent
56986ba843
commit
72da1fed7e
12 changed files with 74 additions and 60 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue