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