8 lines
120 B
C++
8 lines
120 B
C++
|
|
#include "stdafx.h"
|
||
|
|
#include "MASingleDamage.h"
|
||
|
|
|
||
|
|
#ifdef _DEBUG
|
||
|
|
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
|
||
|
|
#endif
|
||
|
|
|