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