From a6625101528fd9faca1f892738cfa1900a6211d1 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 18 Jun 2021 23:32:26 +0200 Subject: chore: cpp code standards (#552) --- docs/cpp-code-standards.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/cpp-code-standards.md') 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 +``` -- cgit