34b18815
1 2 3 4 5 6 7 8 9 10 11
#pragma once class CDebug { static int ms_nCurrentTextLine; public: static void DebugInitTextBuffer(); static void DebugDisplayTextBuffer(); };