File List

Here is a list of all documented files with brief descriptions:
code/include/Color.h [code]Defines ColorId and ColorGradient
code/include/main.h [code]Prototypes for functions defined in main.cpp
code/include/mt.h [code]Randomization functions used for tetris
code/include/Options.h [code]Defines the Options class
code/include/Player.h [code]Defines the Player class
code/include/Powerup.h [code]Defines the Powerup class, the base class for powerups
code/include/PowerupUtils.h [code]Defines the PowerupUtils class
code/include/Profile.h [code]Defines the Profile struct
code/include/tcyc_input.h [code]Magical macros for handling user input
code/include/tcyc_menu.h [code]A file for TetriCycle menu functions
code/include/TetrisPiece.h [code]Defines the TetrisPiece classes
code/include/defines/defines.h [code]A file for global scope generic defines
code/include/defines/defines_Player.h [code]Defines for the Player class
code/include/defines/defines_Powerup.h [code]Defines for the Powerup class
code/include/powerups/PowerupBigHand.h [code]
code/include/powerups/PowerupJunkPiece.h [code]
code/include/powerups/PowerupLinePiece.h [code]
code/include/powerups/PowerupMirror.h [code]
code/include/powerups/PowerupReverse.h [code]
code/include/powerups/PowerupShrinkRay.h [code]
code/include/powerups/PowerupSpeedUp.h [code]
code/source/globals.cpp [code]
code/source/main.cpp [code]TetriCycle for Wii
code/source/mt.c [code]
code/source/Player.cpp [code]
code/source/Powerup.cpp [code]
code/source/PowerupUtils.cpp [code]
code/source/tcyc_input.cpp [code]
code/source/tcyc_menu.cpp [code]
code/source/powerups/PowerupBigHand.cpp [code]
code/source/powerups/PowerupJunkPiece.cpp [code]
code/source/powerups/PowerupLinePiece.cpp [code]
code/source/powerups/PowerupMirror.cpp [code]
code/source/powerups/PowerupReverse.cpp [code]
code/source/powerups/PowerupShrinkRay.cpp [code]
code/source/powerups/PowerupSpeedUp.cpp [code]