You wrote Void with a capital V. That does not exist as a keyword -- use void. And the error message
Void
void
expected initializer before 'add_f'
hints at that,