Added rule to name variables m_*/g_*/s_* to CODINGSTYLE, should make naming conflicts...
[supertux.git] / CODINGSTYLE
index 5c8ff32..338ffdc 100644 (file)
@@ -1,6 +1,9 @@
 SuperTux Coding Standards
 =========================
 
+* start member variable name with "m_", global variables with "g_" and
+  static variables with "s_"
+
 * proper separation between generic engine code and game specific code
   should be done whenever feasible