~jpakkane/libcolumbus/hud-rework

148 by Jussi Pakkanen
Added coding style file.
1
Code style of the Columbus project
2
3
- functions must be short, anything bigger than one screen must be split
4
- indentation is 4 spaces, tabs are forbidden
5
- opening brace always on the same line
6
- class header files must be minimal
447.2.31 by Jussi Pakkanen
Changed Python API so it takes plain strings, which is easier for everyone involved.
7
    - no STL #includes because they slow down compilation massively,
8
      the only exception is string, which is necessary for interoperation
148 by Jussi Pakkanen
Added coding style file.
9
    - forward declarations instead of #includes