#ifndef STATE_TEMPLATE_H
#define STATE_TEMPLATE_H
#include <SDL2/SDL.h>
int openTemplateState();
int closeTemplateState();
int processTemplateState();
int handleTemplateState(SDL_Event event);
int renderTemplateState();
#endif