Add a precompiled header for RELs (#2597)

This commit is contained in:
Max Roncace
2025-08-24 02:52:08 -04:00
committed by GitHub
parent 8a30030dc7
commit 513816ce5c
1085 changed files with 4491 additions and 12588 deletions
+3 -1
View File
@@ -3,6 +3,8 @@
* dolzel2 - Bomb
*/
#include "d/dolzel.h"
#include "d/d_bomb.h"
#include "d/actor/d_a_nbomb.h"
@@ -22,4 +24,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);
}
}