You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.2 KiB
69 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
|
<CodeBlocks_project_file> |
|
<FileVersion major="1" minor="6" /> |
|
<Project> |
|
<Option title="CppOutRun" /> |
|
<Option pch_mode="2" /> |
|
<Option compiler="null" /> |
|
<Build> |
|
<Target title="Debug"> |
|
<Option output="bin/Debug/CppOutRun" prefix_auto="1" extension_auto="1" /> |
|
<Option object_output="obj/Debug/" /> |
|
<Option type="1" /> |
|
<Option compiler="null" /> |
|
<Compiler> |
|
<Add directory="src/include" /> |
|
</Compiler> |
|
</Target> |
|
<Target title="Release"> |
|
<Option output="bin/Release/CppOutRun" prefix_auto="1" extension_auto="1" /> |
|
<Option object_output="obj/Release/" /> |
|
<Option type="1" /> |
|
<Option compiler="null" /> |
|
<Compiler> |
|
<Add directory="src/include" /> |
|
</Compiler> |
|
</Target> |
|
</Build> |
|
<Unit filename="CMakeLists.txt" /> |
|
<Unit filename="TODO.txt" /> |
|
<Unit filename="assets-cg/fxconv-metadata.txt" /> |
|
<Unit filename="assets-cg/traffic/fxconv-metadata.txt" /> |
|
<Unit filename="src/clock.cc" /> |
|
<Unit filename="src/clock.h" /> |
|
<Unit filename="src/colors.h" /> |
|
<Unit filename="src/fixed.h" /> |
|
<Unit filename="src/include/camera.h" /> |
|
<Unit filename="src/include/cars.h" /> |
|
<Unit filename="src/include/circuit.h" /> |
|
<Unit filename="src/include/clouds.h" /> |
|
<Unit filename="src/include/drawstuff.h" /> |
|
<Unit filename="src/include/menus.h" /> |
|
<Unit filename="src/include/saves.h" /> |
|
<Unit filename="src/include/segment.h" /> |
|
<Unit filename="src/include/utils.h" /> |
|
<Unit filename="src/main.cc" /> |
|
<Unit filename="src/parameters.h" /> |
|
<Unit filename="src/src/camera.cc" /> |
|
<Unit filename="src/src/cars.cc" /> |
|
<Unit filename="src/src/circuit.cc" /> |
|
<Unit filename="src/src/clouds.cc" /> |
|
<Unit filename="src/src/drawstuff.cc" /> |
|
<Unit filename="src/src/menus.cc" /> |
|
<Unit filename="src/src/saves.cc" /> |
|
<Unit filename="src/src/segment.cc" /> |
|
<Unit filename="src/src/utils.cc" /> |
|
<Extensions> |
|
<DoxyBlocks> |
|
<comment_style block="2" line="2" /> |
|
<doxyfile_project /> |
|
<doxyfile_build /> |
|
<doxyfile_warnings /> |
|
<doxyfile_output /> |
|
<doxyfile_dot /> |
|
<general /> |
|
</DoxyBlocks> |
|
<lib_finder disable_auto="1" /> |
|
</Extensions> |
|
</Project> |
|
</CodeBlocks_project_file>
|
|
|