mirror of
https://github.com/zeldaret/tp
synced 2026-08-03 00:46:48 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
// Translation Unit: d/d_pane_class_alpha
|
||||
//
|
||||
|
||||
#include "d/dolzel.h"
|
||||
|
||||
#include "d/d_pane_class_alpha.h"
|
||||
#include "JSystem/J2DGraph/J2DScreen.h"
|
||||
#include "JSystem/JKernel/JKRExpHeap.h"
|
||||
@@ -302,4 +304,4 @@ void CPaneMgrAlphaMorf::childPaneSetAlphaMorf(J2DPane* p_pane, f32 morf) {
|
||||
childPaneSetAlphaMorf(p_pane->getFirstChildPane(), morf);
|
||||
childPaneSetAlphaMorf(p_pane->getNextChildPane(), morf);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user