pch.h 304 B

1234567891011121314151617
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // PCH.H
  4. //
  5. //////////////////////////////////////////////////////////////////////////////
  6. #ifndef _PCH_H_
  7. #define _PCH_H_
  8. #define __MODULE__ "Engine"
  9. #include "guids.h"
  10. #include "engine.h"
  11. #include "enginep.h"
  12. #endif