Skip to content

Reorganize functions

Mark Meredith requested to merge mwm/reorg into master

Reorganize include and source files according to the convention:

  • include contains include files for external interface
  • src contains include files used only by this repo
  • implementation files are organized in subdirectories of src
  • The main() for executable foobar are in foobar.main.cpp

Merge request reports