mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
move inlines
This commit is contained in:
@@ -363,4 +363,9 @@ public:
|
||||
/* 0x2D */ u8 mResMax;
|
||||
};
|
||||
|
||||
// not sure where this belongs
|
||||
static inline u32 COLOR_MULTI(u32 a, u32 b) {
|
||||
return ((a * (b + 1)) * 0x10000) >> 24;
|
||||
}
|
||||
|
||||
#endif /* JPAPARTICLE_H */
|
||||
|
||||
Reference in New Issue
Block a user