In this example code, I have 3 files: testHeader.h:
void hello() { }
file1.h:
#include "testHeader.h"