diff options
Diffstat (limited to 'examples/models/models_billboard.c')
| -rw-r--r-- | examples/models/models_billboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/models/models_billboard.c b/examples/models/models_billboard.c index 0a7e878b..30c328f2 100644 --- a/examples/models/models_billboard.c +++ b/examples/models/models_billboard.c @@ -11,6 +11,9 @@ #include "raylib.h" +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
