Rename k_collide.c to k_collide.cpp

This commit is contained in:
James R 2023-03-27 03:21:50 -07:00
parent 954127d533
commit 70310eaed6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
/// \file k_collide.c
/// \file k_collide.cpp
/// \brief SRB2Kart item collision hooks
#include "k_collide.h"