Update header files to match source files (#2143)
This commit is contained in:
@@ -46,8 +46,8 @@ struct ImageProcessingContext
|
||||
u8 personality;
|
||||
};
|
||||
|
||||
void ApplyImageProcessingEffects(struct ImageProcessingContext *);
|
||||
void ApplyImageProcessingQuantization(struct ImageProcessingContext *);
|
||||
void ConvertImageProcessingToGBA(struct ImageProcessingContext *);
|
||||
void ApplyImageProcessingEffects(struct ImageProcessingContext *context);
|
||||
void ApplyImageProcessingQuantization(struct ImageProcessingContext *context);
|
||||
void ConvertImageProcessingToGBA(struct ImageProcessingContext *context);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user