Initial commit
This commit is contained in:
15
channel/channelapp/source/bubbles.h
Normal file
15
channel/channelapp/source/bubbles.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _BUBBLES_H_
|
||||
#define _BUBBLES_H_
|
||||
|
||||
#include <gctypes.h>
|
||||
|
||||
void bubbles_init(void);
|
||||
void bubbles_deinit(void);
|
||||
void bubbles_theme_reinit(void);
|
||||
|
||||
void bubble_update(bool wm, s32 x, s32 y);
|
||||
|
||||
void bubble_popall(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user