mirror of
https://github.com/ada-dmitry/TMP_C712.git
synced 2026-09-24 09:10:16 +00:00
upgrade
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void move(int *px, int *py, int dx, int dy)
|
||||
{
|
||||
*px += dx;
|
||||
*py += dy;
|
||||
}
|
||||
Reference in New Issue
Block a user