fysxasteroids/codingstyle.txt

13 lines
138 B
Plaintext
Raw Normal View History

2010-04-05 23:38:59 +02:00
Indent: Tabs!
class Uppercase {
int OnInit ()
void OnDestroy ();
void SetValue ();
int GetValue ();
void SomeCoolFunction ();
};