Merge pull request #1024 from ajrhacker/dvstate_fix

Fix undefined symbols error in clang compile (nw)
This commit is contained in:
Vas Crabb 2016-07-02 09:28:07 +10:00 committed by GitHub
commit cb8fc1a05e

View File

@ -12,6 +12,11 @@
#include "debugvw.h"
#include "dvstate.h"
const int debug_view_state::REG_DIVIDER;
const int debug_view_state::REG_CYCLES;
const int debug_view_state::REG_BEAMX;
const int debug_view_state::REG_BEAMY;
const int debug_view_state::REG_FRAME;
//**************************************************************************