blob: f231c92e87d8ce000ee22626872f298458b37933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|