#include "point.h" //double quotes for current directory void f() //function definition { const point origin {0.0, 0.0}; }