Skip to content

Commit

Permalink
updated project
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed May 21, 2024
1 parent 9157803 commit 2eae00e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sample/game/platformer/platformer.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<Unit filename="inc/map.h" />
<Unit filename="inc/physics.h" />
<Unit filename="inc/player.h" />
<Unit filename="inc/types.h" />
<Unit filename="inc/xtypes.h" />
<Unit filename="res/images/level.png" />
<Unit filename="res/images/player.png" />
<Unit filename="res/resources.res" />
Expand Down Expand Up @@ -102,7 +102,7 @@
<Unit filename="src/player.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/types.c">
<Unit filename="src/xtypes.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
Expand All @@ -129,6 +129,7 @@
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="1234" />
</remote_debugging>
</debugger>
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>

0 comments on commit 2eae00e

Please sign in to comment.