Files
Not-so-Rogue-like/include/intro.h

14 lines
217 B
C

/**
* Copyright (c) 2014, Miguel Angel Astor Romero. All rights reserved.
* See the file LICENSE for more details.
*/
#ifndef INTRO_H
#define INTRO_H
#include "game_state.h"
void initIntroState(gs_t *);
#endif