move inlines

This commit is contained in:
lepelog
2022-07-01 00:12:01 +02:00
parent 046d178003
commit e71aa4578d
60 changed files with 620 additions and 952 deletions
+5
View File
@@ -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 */