Boids/C: Difference between revisions

m
Fixed syntax highlighting.
m (tweaks)
m (Fixed syntax highlighting.)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
<langsyntaxhighlight lang="c">#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Line 515:
 
glutInit(c, v);
glutInitDisplayMode(GLUT_DEPTH | GLUT_RGB | GLUT_DOUBLE);
glutInitWindowSize(600, 400);
 
Line 547:
 
return 0;
}</langsyntaxhighlight>
9,476

edits