2015-02-11 19:34:08 +01:00

12 lines
99 B
C

set_asp(x,y)
int x,y;
{
extern __x_aspect;
extern __y_aspect;
__x_aspect=x;
__y_aspect=y;
}