Reorganise and start working on the json parser

This commit is contained in:
2023-06-11 02:14:41 +01:00
parent 5ff93f61d7
commit c75e51aa3e
15 changed files with 69 additions and 10 deletions

View 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