pch.h 313 B

1234567891011121314151617
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // PCH.H
  4. //
  5. //////////////////////////////////////////////////////////////////////////////
  6. #ifndef _PCH_H_
  7. #define _PCH_H_
  8. // __MODULE__ is used by ZAssert
  9. #define __MODULE__ "Patch"
  10. #include "zlib.h"
  11. #include "d3drm.h"
  12. #endif