summaryrefslogtreecommitdiffhomepage
path: root/examples/others/raylib_opengl_interop.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/others/raylib_opengl_interop.c')
-rw-r--r--examples/others/raylib_opengl_interop.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/others/raylib_opengl_interop.c b/examples/others/raylib_opengl_interop.c
index 69591083..e55a0d38 100644
--- a/examples/others/raylib_opengl_interop.c
+++ b/examples/others/raylib_opengl_interop.c
@@ -49,7 +49,10 @@ typedef struct Particle {
float period;
} Particle;
-int main()
+//------------------------------------------------------------------------------------
+// Program main entry point
+//------------------------------------------------------------------------------------
+int main(void)
{
// Initialization
//--------------------------------------------------------------------------------------