14 lines
222 B
C
14 lines
222 B
C
/**
|
|
* Copyright (c) 2014, Miguel Angel Astor Romero. All rights reserved.
|
|
* See the file LICENSE for more details.
|
|
*/
|
|
|
|
#ifndef GAME_OVER_H
|
|
#define GAME_OVER_H
|
|
|
|
#include "game_state.h"
|
|
|
|
void initGOState(gs_t *);
|
|
|
|
#endif
|