mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Update CONTRIBUTING.md [skip ci]
This commit is contained in:
@@ -30,6 +30,7 @@ In general, we're not exhaustively strict about coding style, but there are some
|
|||||||
- `m_camelCase` for member variables.
|
- `m_camelCase` for member variables.
|
||||||
- `g_camelCase` for global variables.
|
- `g_camelCase` for global variables.
|
||||||
- `p_camelCase` for function parameters.
|
- `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?
|
## Questions?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user