mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
Update CONTRIBUTING.md [skip ci]
This commit is contained in:
parent
e16249b672
commit
5d099115fe
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ In general, we're not exhaustively strict about coding style, but there are some
|
|||
- `m_camelCase` for member variables.
|
||||
- `g_camelCase` for global variables.
|
||||
- `p_camelCase` for function parameters.
|
||||
- Instead of C++ primitives (e.g. `int`, `long`, etc.), use types in `mxtypes.h` instead. This will help us ensure that variables will be the correct size regardless of the underlying compiler/platform/architecture.
|
||||
|
||||
## Questions?
|
||||
|
||||
|
|
Loading…
Reference in a new issue