diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 12:48:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 12:48:55 +0200 |
| commit | 6f4313bc1ed5be794146e6ca2fd73f48c7906061 (patch) | |
| tree | a79c8be8613e8b4256d609477f98f440bfd7168c /src/symcoord.h | |
| parent | 1a5bfe9b08707b0aef748d7921a419ba4a046fba (diff) | |
| download | nissy-classic-6f4313bc1ed5be794146e6ca2fd73f48c7906061.tar.gz nissy-classic-6f4313bc1ed5be794146e6ca2fd73f48c7906061.zip | |
Reverted to 2.0.3
Diffstat (limited to 'src/symcoord.h')
| -rw-r--r-- | src/symcoord.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/symcoord.h b/src/symcoord.h new file mode 100644 index 0000000..0882bff --- /dev/null +++ b/src/symcoord.h | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #ifndef SYMCOORD_H | ||
| 2 | #define SYMCOORD_H | ||
| 3 | |||
| 4 | #include "coord.h" | ||
| 5 | |||
| 6 | extern Coordinate coord_cp_sym16; | ||
| 7 | extern Coordinate coord_eofbepos_sym16; | ||
| 8 | extern Coordinate coord_drud_sym16; | ||
| 9 | extern Coordinate coord_drudfin_noE_sym16; | ||
| 10 | extern Coordinate coord_nxopt31; | ||
| 11 | |||
| 12 | extern SymData *all_sd[]; | ||
| 13 | |||
| 14 | void free_sd(SymData *sd); | ||
| 15 | void init_symcoord(); | ||
| 16 | |||
| 17 | #endif | ||
