factored out the EFFv2 saving into EFFImporter
[gemrb.git] / gemrb / docs / en / CodingStyle.txt
bloba0aeaa8d05d7eb7860a8746b18f768bc61d2925e
1 Header file include order.
3 - Header file associated to cpp file, or plugin base class header.
4 - Additional plugin headers.
5 - Headers in includes.
6 - Headers in core followed by subdirectories.
7 - System and library headers.
9 Each item should be sorted in ascii order, and separated by blank lines.