6 lines
89 B
C
6 lines
89 B
C
#include "mplot.h"
|
|
void move(double xx, double yy){
|
|
e1->copyx = xx;
|
|
e1->copyy = yy;
|
|
}
|