mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
24 lines
404 B
C
24 lines
404 B
C
#ifndef GRAPHICS_H
|
|
#define GRAPHICS_H
|
|
|
|
void Register3DItemDrops();
|
|
void Register3DSClock();
|
|
void RegisterDisableBlackBars();
|
|
void MotionBlur_RenderMenuOptions();
|
|
void RegisterPlayAsKafei();
|
|
void RegisterTextBasedClock();
|
|
|
|
#ifdef __cplusplus
|
|
#include <libultraship/libultraship.h>
|
|
|
|
extern "C" {
|
|
#endif
|
|
|
|
void MotionBlur_Override(u8* status, s32* alpha);
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|
|
|
|
#endif // GRAPHICS_H
|