diff options
Diffstat (limited to 'docs/cpp-code-standards.md')
| -rw-r--r-- | docs/cpp-code-standards.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/cpp-code-standards.md b/docs/cpp-code-standards.md index 15610f6..5d5128c 100644 --- a/docs/cpp-code-standards.md +++ b/docs/cpp-code-standards.md @@ -195,7 +195,6 @@ float posX = 234.3456f; We define WorldObjects in this way: ```cpp - GameObject* go; Creature* creature; Item* item; @@ -242,4 +241,4 @@ static keyword always should be put as first ```cpp static uint32 someVar = 5; static float const otherVar = 1.0f; -```
\ No newline at end of file +``` |
