|
SSBM Decomp
|
#include <placeholder.h>Go to the source code of this file.
Macros | |
| #define | CAM_BOUNDS_INSIDE 0 |
| #define | CAM_BOUNDS_OUTSIDE_TOP (1 << 0) |
| 0x1 | |
| #define | CAM_BOUNDS_OUTSIDE_BOTTOM (1 << 1) |
| 0x2 | |
| #define | CAM_BOUNDS_OUTSIDE_LEFT (1 << 2) |
| 0x4 | |
| #define | CAM_BOUNDS_OUTSIDE_RIGHT (1 << 3) |
| 0x8 | |
Enumerations | |
| enum | CameraType { CAMERA_STANDARD = 0 , CAMERA_PAUSE = 1 , CAMERA_TRAINING_MENU = 2 , CAMERA_CLEAR = 3 , CAMERA_FIXED = 4 , CAMERA_FREE , CAMERA_BOSS_INTRO , CAMERA_DEBUG_FOLLOW , CAMERA_DEBUG_FREE = 8 } |
| enum | CmSnapStatus { CmSnapStatus_Sleep , CmSnapStatus_Unk1 , CmSnapStatus_Unk2 , CmSnapStatus_Unk3 , CmSnapStatus_Unk4 , CmSnapStatus_Unk5 } |
| #define CAM_BOUNDS_INSIDE 0 |
| #define CAM_BOUNDS_OUTSIDE_TOP (1 << 0) |
0x1
| #define CAM_BOUNDS_OUTSIDE_BOTTOM (1 << 1) |
0x2
| #define CAM_BOUNDS_OUTSIDE_LEFT (1 << 2) |
0x4
| #define CAM_BOUNDS_OUTSIDE_RIGHT (1 << 3) |
0x8
| enum CameraType |
| enum CmSnapStatus |
CmSnapStatus_Sleep is named by an assert in cmSnap_800315C8. | Enumerator | |
|---|---|
| CmSnapStatus_Sleep | |
| CmSnapStatus_Unk1 | |
| CmSnapStatus_Unk2 | |
| CmSnapStatus_Unk3 | |
| CmSnapStatus_Unk4 | |
| CmSnapStatus_Unk5 | |