Skip to content

[Clean] Re-order files in right folders inc cfg src

ChiisaiShirokuma requested to merge ordering_files into master

The goal of this PR is to order in the right folder files, so the repo is more readable.

  • inc/ |- all files included : .h files
  • src/ |- all source files : .cpp files
  • cfg/ |- all config files : .ini files for example

Merge request reports