From 3568412f8f230774d0d11d7ed1c897424f95d3ef Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 11 Nov 2021 21:37:34 +0100 Subject: Rewritten from scratch. Welocme nissy 2.0! --- old/2021-11-10-beforeremovingchecker/symcoord.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 old/2021-11-10-beforeremovingchecker/symcoord.h (limited to 'old/2021-11-10-beforeremovingchecker/symcoord.h') diff --git a/old/2021-11-10-beforeremovingchecker/symcoord.h b/old/2021-11-10-beforeremovingchecker/symcoord.h new file mode 100644 index 0000000..f231c92 --- /dev/null +++ b/old/2021-11-10-beforeremovingchecker/symcoord.h @@ -0,0 +1,15 @@ +#ifndef SYMCOORD_H +#define SYMCOORD_H + +#include "coord.h" + +extern Coordinate coord_coud_sym16; +extern Coordinate coord_cp_sym16; +extern Coordinate coord_eofbepos_sym16; +extern Coordinate coord_drud_sym16; +extern Coordinate coord_drudfin_noE_sym16; +extern Coordinate coord_khuge; + +void init_symcoord(); + +#endif -- cgit v1.3