Load ht->ht_Tracks into tune->struct track trk[]. Seems I got it working for lft...
[pineappletracker.git] / STYLEGUIDE
blobc66212ace942fd4a5ede270fd6b281dee4a98fe1
1 Pineapple Tracker Coding Style
2 ------------------------------
4 Because good looking code==easy to maintain code.
6 Functions:
7 ----------
8 Put opening curly-bracket on the same line, and no space between the closing
9 paren and the opening curly bracket.
11 static int void freqkey(int x){
15 No space between the closing paren and the curly bracket either.