brewpanel/brewpanel.h

changeset 409
cdf68044adaf
child 410
e3f8a51b566a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brewpanel/brewpanel.h	Sat Nov 07 22:04:17 2015 +0100
@@ -0,0 +1,30 @@
+#ifndef	_BREWPANEL_H
+#define	_BREWPANEL_H
+
+#define TRUE 1
+#define FALSE 0
+
+#include "../config.h"
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <stdint.h>
+#include <stdarg.h>
+#include <string.h>
+#include <ctype.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/time.h>
+#include <time.h>
+#include <fcntl.h>
+#include <syslog.h>
+#include <unistd.h>
+#include <errno.h>
+#include <signal.h>
+#include <getopt.h>
+
+#include <SDL.h>
+#include <SDL_ttf.h>
+
+
+#endif

mercurial