bool draw(); void load(); int save(); int RandInt( int foo ); float RandFloat(); void SetColor( Color c ); void SetColor21( Color c, double f ); void SetHue( double d );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 5393 | Sam Stafford |
Integrate in Marc's porting changes, and merge my own relevant winmain.cpp changes into main.cpp. (Thanks Marc!!!) |
||
#1 | 3354 | Sam Stafford |
Code refactoring - split "main" functions into main.cpp (non-Windows) and winmain.cpp (Windows), with all shared code going in util.cpp. No functional changes. |