Пример #1
0
void position_change(double x, double y, int obj, bool perf)
{
    change_inst_point(obj, perf, x+.5, y+.5);
}
Пример #2
0
void position_change(cs_scalar x, cs_scalar y, int obj, bool perf)
{
    change_inst_point(obj, perf, x+.5, y+.5);
}