diff options
Diffstat (limited to 'game/code/main/pchsrr2.cpp')
-rw-r--r-- | game/code/main/pchsrr2.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/game/code/main/pchsrr2.cpp b/game/code/main/pchsrr2.cpp new file mode 100644 index 0000000..3c4b8cb --- /dev/null +++ b/game/code/main/pchsrr2.cpp @@ -0,0 +1,15 @@ +//============================================================================= +// Copyright (C) 2002 Radical Entertainment Ltd. All rights reserved. +// +// File: pchsrr2.cpp +// +// Description: Manually generate pre-compiled headers. +// +// History: + Created -- Darwin Chau +// +//============================================================================= + +//======================================== +// Project Includes +//======================================== +#include <main/pchsrr2.h> |