brewpanel/brewpanel.h

changeset 409
cdf68044adaf
child 410
e3f8a51b566a
equal deleted inserted replaced
408:ec507c1f1df7 409:cdf68044adaf
1 #ifndef _BREWPANEL_H
2 #define _BREWPANEL_H
3
4 #define TRUE 1
5 #define FALSE 0
6
7 #include "../config.h"
8
9 #include <stdlib.h>
10 #include <stdio.h>
11 #include <stdint.h>
12 #include <stdarg.h>
13 #include <string.h>
14 #include <ctype.h>
15 #include <sys/types.h>
16 #include <sys/stat.h>
17 #include <sys/time.h>
18 #include <time.h>
19 #include <fcntl.h>
20 #include <syslog.h>
21 #include <unistd.h>
22 #include <errno.h>
23 #include <signal.h>
24 #include <getopt.h>
25
26 #include <SDL.h>
27 #include <SDL_ttf.h>
28
29
30 #endif

mercurial