//Just a cheesy little credit-scrolling lib.
//
// For a much awesomer Credit solution, check out:
// Buckermann's Credits library


// adds a line of text to this credit sequence.
//
void addIntroLine( int offs, string text )


// renders the credit sequence.
//
void doSimpleCredits( int fnt )


// Clears the simple credits library for a new credit sequence.
//
void resetCredits()

//