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