1234567891011121314151617 |
- //////////////////////////////////////////////////////////////////////////////
- //
- // PCH.H
- //
- //////////////////////////////////////////////////////////////////////////////
- #ifndef _PCH_H_
- #define _PCH_H_
- #define __MODULE__ "Engine"
- #include "guids.h"
- #include "engine.h"
- #include "enginep.h"
- #endif
|