StdInc.h 308 B

12345678910111213
  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 "gtest/gtest.h"
  12. #include "gmock/gmock.h"
  13. #include "../Global.h"