#include "set_ortho.h" #include "../../view/state0.h" #include #define S state0 void set_ortho (void) { gluOrtho2D (S.ortho.min_x, S.ortho.max_x, S.ortho.min_y, S.ortho.max_y); return; }