Group key config symbols together
[neverball] / share / solid_gl.h
index dacc11f..0fbc4d7 100644 (file)
 int   sol_load_gl(struct s_file *, const char *, int, int);
 void  sol_free_gl(struct s_file *);
 
+int   sol_reflective(const struct s_file *);
+
 void  sol_back(const struct s_file *, float, float, float);
 void  sol_refl(const struct s_file *);
-void  sol_draw(const struct s_file *, float, float);
+void  sol_draw(const struct s_file *, int, int);
+void  sol_bill(const struct s_file *, const float *, float);
 void  sol_shad(const struct s_file *);
 
 /*---------------------------------------------------------------------------*/