Line 126:
Line 126:
void guOrtho(Mtx44 mt,f32 t,f32 b,f32 l,f32 r,f32 n,f32 f);
void guOrtho(Mtx44 mt,f32 t,f32 b,f32 l,f32 r,f32 n,f32 f);
</source>
</source>
+
One way to catch such errors is to enable more warnings in gcc like:
+
<source lang="bash">gcc -Wall -pedantic -std=c99</source>
== GX Tips ==
== GX Tips ==