Files
tp/src/d/d_bg_s_wtr_chk.cpp
T
TakaRikka 12eb254d76 switch to dtk setup (#2203)
* switch to dtk setup

* some cleanup / fixes

* cleanup d_a_alink literals

* Restore doxygen, update CI & README.md (#1)

* Fix build image ref (#2)

---------

Co-authored-by: Luke Street <luke@street.dev>
2024-10-10 08:29:58 -06:00

10 lines
138 B
C++

/**
* d_bg_s_wtr_chk.cpp
* BG Collision Water Check
*/
#include "d/d_bg_s_wtr_chk.h"
dBgS_WtrChk::dBgS_WtrChk() {
OnWaterGrp();
}