baflap documenation
This commit is contained in:
13
include/core2/ba/flap.h
Normal file
13
include/core2/ba/flap.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __BA_FLAP_H__
|
||||
#define __BA_FLAP_H__
|
||||
|
||||
#include <ultra64.h>
|
||||
|
||||
s32 baflap_getCount(void);
|
||||
bool baflap_add(f32 duration);
|
||||
void baflap_reset(void);
|
||||
void baflap_activate(bool active);
|
||||
void baflap_update(void);
|
||||
|
||||
|
||||
#endif // __BA_FLAP_H__
|
Reference in New Issue
Block a user