|
SSBM Decomp
|
#include <placeholder.h>Go to the source code of this file.
Macros | |
| #define | TOP_BOUND (1 << 0) |
| 0x1 | |
| #define | BOTTOM_BOUND (1 << 1) |
| 0x2 | |
| #define | LEFT_BOUND (1 << 2) |
| 0x4 | |
| #define | RIGHT_BOUND (1 << 3) |
| 0x8 | |
Enumerations | |
| enum | CameraType { CAMERA_STANDARD = 0 , CAMERA_PAUSE = 1 , CAMERA_TRAINING_MENU = 2 , CAMERA_CLEAR = 3 , CAMERA_FIXED = 4 , CAMERA_FREE = 5 , CAMERA_BOSS_INTRO = 6 , CAMERA_DEBUG_FOLLOW = 7 , CAMERA_DEBUG_FREE = 8 } |
| #define TOP_BOUND (1 << 0) |
0x1
| #define BOTTOM_BOUND (1 << 1) |
0x2
| #define LEFT_BOUND (1 << 2) |
0x4
| #define RIGHT_BOUND (1 << 3) |
0x8
| enum CameraType |