baanim.h documentation
This commit is contained in:
11
include/core2/ba/anim.h
Normal file
11
include/core2/ba/anim.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __CORE2_BA_ANIM_H__
|
||||
#define __CORE2_BA_ANIM_H__
|
||||
|
||||
enum baanim_update_type_e {
|
||||
BAANIM_UPDATE_0_NONE,
|
||||
BAANIM_UPDATE_1_NORMAL,
|
||||
BAANIM_UPDATE_2_SCALE_HORZ,
|
||||
BAANIM_UPDATE_3_SCALE_VERT
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user