StdInc.h 499 B

1234567891011121314151617181920
  1. /*
  2. * StdInc.h, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #pragma once
  11. #include "../../Global.h"
  12. #include <lua.hpp>
  13. // This header should be treated as a pre compiled header file(PCH) in the compiler building settings.
  14. // Here you can add specific libraries and macros which are specific to this project.
  15. VCMI_LIB_USING_NAMESPACE