Moved code into 'game' and 'util', removed unnecessary headers.

This commit is contained in:
Murilo Soares Pereira
2010-04-12 23:42:21 -03:00
parent 9459fc8242
commit e65e4e2875
10 changed files with 339 additions and 327 deletions

View File

@@ -1,7 +1,5 @@
#include <ncurses.h>
#include <malloc.h>
#include <string.h>
#include "../lib/display.h"
#include "../lib/util.h"
#include "../lib/game.h"
int main(int argc, const char *argv[]) {
initialize_curses();