mirror of
https://github.com/rigreco/Runge-Kutta-Simulation.git
synced 2025-01-14 05:31:35 +00:00
12 lines
99 B
C
12 lines
99 B
C
|
|
set_asp(x,y)
|
|
int x,y;
|
|
{
|
|
extern __x_aspect;
|
|
extern __y_aspect;
|
|
|
|
__x_aspect=x;
|
|
__y_aspect=y;
|
|
}
|
|
|