mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 02:29:59 -04:00
12eb254d76
* 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>
10 lines
138 B
C++
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();
|
|
} |