Reorganize functions
Reorganize include and source files according to the convention:
-
includecontains include files for external interface -
srccontains include files used only by this repo - implementation files are organized in subdirectories of
src - The
main()for executablefoobarare infoobar.main.cpp