Major draw code refactor

This commit is contained in:
elasota
2019-12-30 20:53:11 -05:00
parent 918578469e
commit 04a955213c
83 changed files with 2451 additions and 2517 deletions

View File

@@ -8,8 +8,8 @@
#include "PLQDOffscreen.h"
extern GWorldPtr boardSrcMap;
extern GWorldPtr badgeSrcMap;
extern GWorldPtr boardTSrcMap;
extern GWorldPtr boardGSrcMap;
extern GWorldPtr boardPSrcMap;
extern DrawSurface *boardSrcMap;
extern DrawSurface *badgeSrcMap;
extern DrawSurface *boardTSrcMap;
extern DrawSurface *boardGSrcMap;
extern DrawSurface *boardPSrcMap;