diff --git a/include/graphic.h b/include/graphic.h new file mode 100644 index 0000000..5eedb97 --- /dev/null +++ b/include/graphic.h @@ -0,0 +1,4 @@ +struc point +coordx db 0 +coordy db 0 +ends point