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

14 lines
229 B
C

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