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 1b326306d3
commit c897597fc1
1085 changed files with 4491 additions and 12588 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
// d/shop/d_shop_item_ctrl
//
#include "d/dolzel.h"
#include "d/d_shop_item_ctrl.h"
#include "SSystem/SComponent/c_lib.h"
#include "d/d_a_shop_item_static.h"
@@ -115,4 +117,4 @@ void dShopItemCtrl_c::setZoomAnime(int param_1, cXyz* param_2, s16 param_3, bool
shopItem->setAngleY(y_angle);
}
}
}
}