mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2024-11-10 14:41:58 +00:00
22 lines
687 B
C++
22 lines
687 B
C++
|
|
//---------------------------------------------------------------------------
|
|
// _pch_cpp.cpp
|
|
//
|
|
// Precompiled header prototype source file for Game module.
|
|
//
|
|
// NOTE: Precompiled headers may not mix C with C++ files; this
|
|
// is the CPP version for the module.
|
|
//
|
|
// In this module's Project Settings -> C++ -> Precompiled Headers,
|
|
// the file _PCH_CPP.C should be set to:
|
|
// Create precompiled header file (.pch)
|
|
// Through header: _pch_cpp.h
|
|
//
|
|
// All other C++ files in the project should be set to:
|
|
// Use precompiled header file (.pch)
|
|
// Through header: _pch_cpp.h
|
|
//---------------------------------------------------------------------------
|
|
|
|
#include "_pch_cpp.h"
|
|
|
|
|