From 75b19e771c527e8444aae70543b2b617dae2e892 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 12 Dec 2004 19:58:11 +0000 Subject: Ported server list dialog over to Guichan. --- docs/HACKING.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/HACKING.txt') diff --git a/docs/HACKING.txt b/docs/HACKING.txt index ba080f0f..6f34b383 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -13,6 +13,8 @@ necessary. if (condition) { } + else { + } for (init; condition; step) { } @@ -26,6 +28,9 @@ necessary. void function(param1, param2) { } + class TheClass : public TheSubclass { + }; + Ending parenthesis may be on next line for clarity. * Use of whitespace example: -- cgit v1.2.3-70-g09d2