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
@@ -3,6 +3,8 @@
*
*/
#include "d/dolzel.h"
#include "d/d_a_item_static.h"
u32 daItem_c::startCtrl() {
@@ -18,4 +20,4 @@ u32 daItem_c::startControl() {
u32 daItem_c::endControl() {
mStatus = STATUS_NORMAL_e;
return 1;
}
}