summary refs log tree commit diff stats
path: root/includes.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-25 17:07:35 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-25 17:07:35 -0400
commitd47da18958b5214def5127e201f60668c566d9bb (patch)
tree00751c11ff7d44c9e8bd56e0f4c670bb337095aa /includes.h
parent387685d34e6c4ebee776a700a01fed4df05446be (diff)
downloadmazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.gz
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.bz2
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.zip
Moved to an autoconf-based build system
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes.h b/includes.h index 6023709..38523b7 100644 --- a/includes.h +++ b/includes.h
@@ -1,6 +1,6 @@
1#include <SDL.h> 1#include <SDL.h>
2#include <SDL_ttf.h> 2#include <SDL/SDL_ttf.h>
3#include <SDL_net.h> 3#include <SDL/SDL_net.h>
4#include <SDL_thread.h> 4#include <SDL_thread.h>
5#include <stdio.h> 5#include <stdio.h>
6#include <time.h> 6#include <time.h>