Merge branch 'master' of https://gitlab.com/banjo.decomp/banjo-kazooie
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "core1/mem.h"
|
||||
|
||||
void func_8025235C(f32[3], f32[3]);
|
||||
void mlMtx_apply_vec3f(f32[3], f32[3]);
|
||||
void func_80252C08(f32 arg0[3], f32 arg1[3], f32 scale, f32 arg3[3]);
|
||||
|
||||
#endif
|
||||
|
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