v2.6 +multi-threading

This commit is contained in:
alex
2015-06-09 19:54:38 +01:00
parent 2364bbf6b9
commit 523cb1e736
10 changed files with 309 additions and 230 deletions

View File

@@ -23,4 +23,9 @@ double ReadBearing(char *input);
void ObstructionAnalysis(struct site xmtr, struct site rcvr, double f,
FILE *outfile);
void free_elev(void);
void free_path(void);
void alloc_elev(void);
void alloc_path(void);
#endif /* _MAIN_HH_ */