diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-12 19:58:11 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-12 19:58:11 +0000 |
commit | 75b19e771c527e8444aae70543b2b617dae2e892 (patch) | |
tree | 7414fdd8d4a9bb9da3a79cd29a833c22f4380284 /docs/HACKING.txt | |
parent | 812e679c9befbfe98cc311723b8296df0384515e (diff) | |
download | mana-client-75b19e771c527e8444aae70543b2b617dae2e892.tar.gz mana-client-75b19e771c527e8444aae70543b2b617dae2e892.tar.bz2 mana-client-75b19e771c527e8444aae70543b2b617dae2e892.tar.xz mana-client-75b19e771c527e8444aae70543b2b617dae2e892.zip |
Ported server list dialog over to Guichan.
Diffstat (limited to 'docs/HACKING.txt')
-rw-r--r-- | docs/HACKING.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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: |