document ba/carry, ba/drone and ba/falldamage
This commit is contained in:
17
include/core2/ba/carry.h
Normal file
17
include/core2/ba/carry.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __BA_CARRY_H__
|
||||
#define __BA_CARRY_H__
|
||||
|
||||
#include <ultra64.h>
|
||||
#include "prop.h"
|
||||
|
||||
void bacarry_init(void);
|
||||
void bacarry_end(void);
|
||||
void bacarry_update(void);
|
||||
|
||||
void bacarry_reset_marker(void);
|
||||
ActorMarker *bacarry_get_marker(void);
|
||||
void bacarry_set_marker(ActorMarker *arg0);
|
||||
void bacarry_set_offsets(f32 height, f32 rotation);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user