Fix interpolation in title screen replays
[neverball] / share / back.h
1 #ifndef BACK_H
2 #define BACK_H
3
4 /*---------------------------------------------------------------------------*/
5
6 #define BACK_DIST 256.0f
7 #define FAR_DIST  512.0f
8
9 void back_init(const char *);
10 void back_free(void);
11 void back_draw(float);
12
13 /*---------------------------------------------------------------------------*/
14
15 #endif