kettek2/wiki/games/newsboy/Newsboy_0x00/engine/State_Intro.h

10 lines
169 B
C

#ifndef STATE_INTRO_H
#define STATE_INTRO_H
#include <SDL2/SDL.h>
int openIntroState();
void closeIntroState();
int processIntroState();
int renderIntroState();
#endif