mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 12:45:25 -05:00
12 lines
230 B
C
12 lines
230 B
C
#ifndef POKEPLATINUM_STRUCT_CAMERA_ANGLE_H
|
|
#define POKEPLATINUM_STRUCT_CAMERA_ANGLE_H
|
|
|
|
typedef struct CameraAngle {
|
|
u16 x;
|
|
u16 y;
|
|
u16 z;
|
|
u16 padding_06;
|
|
} CameraAngle;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_CAMERA_ANGLE_H
|