Reorganise and start working on the json parser
This commit is contained in:
9
haversine_02/include/haversine.h
Normal file
9
haversine_02/include/haversine.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef HAVERSINE_H
|
||||
#define HAVERSINE_H
|
||||
|
||||
#include "aliases.h"
|
||||
#include "point_types.h"
|
||||
|
||||
f64 haversine_of_degrees(const PointPair &pair, f64 radius);
|
||||
|
||||
#endif // !HAVERSINE_H
|
||||
Reference in New Issue
Block a user