#ifndef STATE_TEMPLATE_H #define STATE_TEMPLATE_H #include int openTemplateState(); int closeTemplateState(); int processTemplateState(); int handleTemplateState(SDL_Event event); int renderTemplateState(); #endif