summary refs log tree commit diff stats
path: root/hslist.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-27 11:39:37 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-27 11:39:37 -0400
commitffd335aca284c286030e2b26f1a02a0441748f46 (patch)
treebcc1c241621fe159ae7ef178122fb41c5f23eb00 /hslist.h
parentd47da18958b5214def5127e201f60668c566d9bb (diff)
downloadmazeoflife-ffd335aca284c286030e2b26f1a02a0441748f46.tar.gz
mazeoflife-ffd335aca284c286030e2b26f1a02a0441748f46.tar.bz2
mazeoflife-ffd335aca284c286030e2b26f1a02a0441748f46.zip
Started rewriting game from scratch with SDL2
Only the title screen is currently implemented
Diffstat (limited to 'hslist.h')
-rw-r--r--hslist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hslist.h b/hslist.h index bebb85a..80e1c31 100644 --- a/hslist.h +++ b/hslist.h
@@ -1,3 +1,7 @@
1#include <SDL.h>
2#include <vector>
3#include "highscore.h"
4
1#ifndef HSLIST_H 5#ifndef HSLIST_H
2#define HSLIST_H 6#define HSLIST_H
3 7