Update function naming guideline in contributing guide

This commit is contained in:
Oliver Hamlet
2018-12-08 16:34:51 +00:00
parent 5bb20daa82
commit 33d8e060b7
-1
View File
@@ -35,4 +35,3 @@ libloot's code style is based on the [Google C++ Style Guide](https://google.git
### Naming
* Constant, enumerator and variable names should use `camelCase` or `underscore_separators`, but they should be consistent within the same scope.
* Function names should use `PascalCase` or `camelCase`, but they should be consistent within the same scope.