Fix redundant glTexEnv calls
[neverball] / ball / st_ball.h
1 #ifndef ST_BALL_H
2 #define ST_BALL_H
3
4 #include "state.h"
5
6 extern struct state st_ball;
7
8 #endif