fysxasteroids/codingstyle.txt

13 lines
138 B
Plaintext

Indent: Tabs!
class Uppercase {
int OnInit ()
void OnDestroy ();
void SetValue ();
int GetValue ();
void SomeCoolFunction ();
};