diff options
Diffstat (limited to 'examples/models/models_yaw_pitch_roll.c')
| -rw-r--r-- | examples/models/models_yaw_pitch_roll.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/models/models_yaw_pitch_roll.c b/examples/models/models_yaw_pitch_roll.c index d9d4b9c7..009a825f 100644 --- a/examples/models/models_yaw_pitch_roll.c +++ b/examples/models/models_yaw_pitch_roll.c @@ -15,6 +15,9 @@ #include "raymath.h" // Required for: MatrixRotateXYZ() +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
