mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Rename k_collide.c to k_collide.cpp
This commit is contained in:
parent
954127d533
commit
70310eaed6
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ add_executable(SRB2SDL2 MACOSX_BUNDLE WIN32
|
|||
lua_hudlib_drawlist.c
|
||||
k_kart.c
|
||||
k_respawn.c
|
||||
k_collide.c
|
||||
k_collide.cpp
|
||||
k_color.c
|
||||
k_race.c
|
||||
k_battle.c
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/// \file k_collide.c
|
||||
/// \file k_collide.cpp
|
||||
/// \brief SRB2Kart item collision hooks
|
||||
|
||||
#include "k_collide.h"
|
||||
Loading…
Add table
Reference in a new issue