Overview of CryAISystem project files
mainThe CryAISystem application is structured as a Dynamic Link Library (DLL) with the following key components:
- CryAISystem.dsp: The project file containing project-level information used for building. Note that while
.dspfiles can be shared, users should export makefiles locally. - CryAISystem.cpp: The primary source file for the DLL.
- StdAfx.h / StdAfx.cpp: Files used to generate the precompiled header (
CryAISystem.pch) and the precompiled types file (StdAfx.obj) to accelerate build times.