Canonize all space functions to follow the drawXXXspace and winqreadXXXspace

conventions.
This commit is contained in:
2003-03-24 00:06:40 +00:00
parent 510e2d5840
commit 93e8a05320
10 changed files with 30 additions and 34 deletions

View File

@@ -44,7 +44,7 @@ void two_sided(int val);
void circf(float x, float y, float rad);
void circ(float x, float y, float rad);
void backdrawview3d(int test);
void drawview3d(void);
void drawview3dspace(void);
void drawview3d_render(struct View3D *v3d);
int update_time(void);
void calc_viewborder(struct View3D *v3d, struct rcti *viewborder_r);