// -------------------------------------------------------------------------------------
// File:        IntroMain.h
//
// Purpose:     
// -------------------------------------------------------------------------------------

#ifndef _INTRO_MAIN_H_
#define _INTRO_MAIN_H_

class CWinWindow;
struct FMUSIC_MODULE;

void DoIntro(CWinWindow &Win, FMUSIC_MODULE *mod);

#endif //_INTRO_MAIN_H_
