This commit is contained in:
Paul 2000-09-11 23:50:22 +00:00
parent ae882b7dfb
commit 7318d3cc28
2 changed files with 13 additions and 7 deletions

View file

@ -231,11 +231,13 @@ char *__getDbgLineFromLog(int _line)
#endif
}
#endif /* DBG_ACTIVE */
#ifdef __VERSION_DEBUG__
#define OnScreenDebug
#include "gfx\font.h"
#include "system\vid.h"
@ -290,10 +292,11 @@ void DbgPollHost()
#endif
}
#endif /* __VERSION_DEBUG__ */
#endif /* DBG_ACTIVE */
/*===========================================================================
end */