8 lines
127 B
C++
8 lines
127 B
C++
|
|
#include "StdAfx.h"
|
||
|
|
#include "TDnFiniteStateMachine.h"
|
||
|
|
|
||
|
|
#ifdef _DEBUG
|
||
|
|
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
|
||
|
|
#endif
|
||
|
|
|