diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /sp/src/game/server/nav_mesh.vpc | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'sp/src/game/server/nav_mesh.vpc')
| -rw-r--r-- | sp/src/game/server/nav_mesh.vpc | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/sp/src/game/server/nav_mesh.vpc b/sp/src/game/server/nav_mesh.vpc index a9af8574..856ce97e 100644 --- a/sp/src/game/server/nav_mesh.vpc +++ b/sp/src/game/server/nav_mesh.vpc @@ -1,43 +1,43 @@ -//-----------------------------------------------------------------------------
-// NAV_MESH.VPC
-//
-// Project script for navigation mesh files (no NextBot files)
-//-----------------------------------------------------------------------------
-
-$Configuration
-{
- $Compiler
- {
- $PreprocessorDefinitions "$BASE;USE_NAV_MESH"
- }
-}
-
-$Project
-{
- $Folder "Source Files"
- {
- $Folder "Navigation Mesh"
- {
- $File "nav.h"
- $File "nav_area.cpp"
- $File "nav_area.h"
- $File "nav_colors.cpp"
- $File "nav_colors.h"
- $File "nav_edit.cpp"
- $File "nav_entities.cpp"
- $File "nav_entities.h"
- $File "nav_file.cpp"
- $File "nav_generate.cpp"
- $File "nav_ladder.cpp"
- $File "nav_ladder.h"
- $File "nav_merge.cpp"
- $File "nav_mesh.cpp"
- $File "nav_mesh.h"
- $File "nav_mesh_factory.cpp"
- $File "nav_node.cpp"
- $File "nav_node.h"
- $File "nav_pathfind.h"
- $File "nav_simplify.cpp"
- }
- }
+//----------------------------------------------------------------------------- +// NAV_MESH.VPC +// +// Project script for navigation mesh files (no NextBot files) +//----------------------------------------------------------------------------- + +$Configuration +{ + $Compiler + { + $PreprocessorDefinitions "$BASE;USE_NAV_MESH" + } +} + +$Project +{ + $Folder "Source Files" + { + $Folder "Navigation Mesh" + { + $File "nav.h" + $File "nav_area.cpp" + $File "nav_area.h" + $File "nav_colors.cpp" + $File "nav_colors.h" + $File "nav_edit.cpp" + $File "nav_entities.cpp" + $File "nav_entities.h" + $File "nav_file.cpp" + $File "nav_generate.cpp" + $File "nav_ladder.cpp" + $File "nav_ladder.h" + $File "nav_merge.cpp" + $File "nav_mesh.cpp" + $File "nav_mesh.h" + $File "nav_mesh_factory.cpp" + $File "nav_node.cpp" + $File "nav_node.h" + $File "nav_pathfind.h" + $File "nav_simplify.cpp" + } + } }
\ No newline at end of file |