Clone of UAS2 @ https://github.com/drudgedance/uas2

WarMagic.cpp 521B

123456789101112131415161718192021222324252627
  1. // WarMagic.cpp: implementation of the cWarMagic class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "uas.h"
  5. #include "WarMagic.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char THIS_FILE[]=__FILE__;
  9. #define new DEBUG_NEW
  10. #endif
  11. //////////////////////////////////////////////////////////////////////
  12. // Construction/Destruction
  13. //////////////////////////////////////////////////////////////////////
  14. cWarMagic::cWarMagic()
  15. {
  16. }
  17. cWarMagic::~cWarMagic()
  18. {
  19. }