diff options
Diffstat (limited to 'examples/models/models_orthographic_projection.c')
| -rw-r--r-- | examples/models/models_orthographic_projection.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/models/models_orthographic_projection.c b/examples/models/models_orthographic_projection.c index 7dd5fde2..c38d1816 100644 --- a/examples/models/models_orthographic_projection.c +++ b/examples/models/models_orthographic_projection.c @@ -18,6 +18,9 @@ #define FOVY_PERSPECTIVE 45.0f #define WIDTH_ORTHOGRAPHIC 10.0f +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
