diff options
Diffstat (limited to 'examples/textures/textures_bunnymark.c')
| -rw-r--r-- | examples/textures/textures_bunnymark.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/textures/textures_bunnymark.c b/examples/textures/textures_bunnymark.c index 9be7c596..15f94880 100644 --- a/examples/textures/textures_bunnymark.c +++ b/examples/textures/textures_bunnymark.c @@ -25,6 +25,9 @@ typedef struct Bunny { Color color; } Bunny; +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
