Reorganise the project
This commit is contained in:
8
haversine_02/include/generator/generator.h
Normal file
8
haversine_02/include/generator/generator.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef GENERATOR_H
|
||||
#define GENERATOR_H
|
||||
|
||||
#include "point_types.h"
|
||||
|
||||
void fill_pairs_array(PairArray *pairs, bool clustered);
|
||||
|
||||
#endif // !GENERATOR_H
|
||||
Reference in New Issue
Block a user