aboutsummaryrefslogtreecommitdiff
path: root/src/symcoord.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-03-12 19:13:54 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-03-12 19:13:54 +0100
commitdef25ea64b097d2a994eb33c91dc66248233afec (patch)
tree5826a9ae945c7ba9e7ae557969c2551aa85c221a /src/symcoord.h
parentf6df8471931faeac7be76b8cdedc6daa48ab961d (diff)
downloadnissy-def25ea64b097d2a994eb33c91dc66248233afec.tar.gz
nissy-def25ea64b097d2a994eb33c91dc66248233afec.zip
Added freemem command
Diffstat (limited to '')
-rw-r--r--src/symcoord.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/symcoord.h b/src/symcoord.h
index a7b71ba..0882bff 100644
--- a/src/symcoord.h
+++ b/src/symcoord.h
@@ -9,6 +9,9 @@ extern Coordinate coord_drud_sym16;
9extern Coordinate coord_drudfin_noE_sym16; 9extern Coordinate coord_drudfin_noE_sym16;
10extern Coordinate coord_nxopt31; 10extern Coordinate coord_nxopt31;
11 11
12extern SymData *all_sd[];
13
14void free_sd(SymData *sd);
12void init_symcoord(); 15void init_symcoord();
13 16
14#endif 17#endif

Generated with cgit - Back to sebastiano.tronto.net