Intro ready.

This commit is contained in:
2014-03-08 21:19:02 -04:30
parent 1f2560e7e3
commit fa9e0e6760
10 changed files with 350 additions and 141 deletions

13
include/intro.h Normal file
View File

@@ -0,0 +1,13 @@
/**
* 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