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>
This commit is contained in:
TakaRikka
2024-10-10 07:29:58 -07:00
committed by GitHub
parent 3769ea47a6
commit 178194ccb2
33438 changed files with 370506 additions and 3055930 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
*/
#include "d/d_bomb.h"
#include "rel/d/a/d_a_nbomb/d_a_nbomb.h"
#include "d/actor/d_a_nbomb.h"
bool dBomb_c::checkStateCarry() {
return (fopAcM_checkCarryNow(this) || fopAcM_checkHookCarryNow(this) ||
@@ -22,4 +22,4 @@ bool dBomb_c::checkWaterBomb(fopAc_ac_c* i_actor) {
bool dBomb_c::checkInsectBombMove(fopAc_ac_c* i_actor) {
return (fopAcM_GetName(i_actor) == PROC_NBOMB &&
fopAcM_GetParam(i_actor) == PRM_INSECT_BOMB_MOVE);
}
}