#ifndef STATE_INTRO_H #define STATE_INTRO_H #include int openIntroState(); void closeIntroState(); int processIntroState(); int renderIntroState(); #endif