Fix undefined symbols error in clang compile (nw)

This commit is contained in:
AJR 2016-07-01 17:23:55 -04:00
parent 8f84c7b10f
commit 421b8b28c0

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;
//**************************************************************************