equal
deleted
inserted
replaced
6 #include "table/strings.h" |
6 #include "table/strings.h" |
7 #include "hal.h" |
7 #include "hal.h" |
8 #include "variables.h" |
8 #include "variables.h" |
9 |
9 |
10 #include "music/extmidi.h" |
10 #include "music/extmidi.h" |
11 #include "music/null.h" |
11 #include "music/null_m.h" |
12 |
12 |
13 #include "sound/null.h" |
13 #include "sound/null_s.h" |
14 #include "sound/sdl.h" |
14 #include "sound/sdl_s.h" |
15 |
15 |
16 #include "video/null.h" |
16 #include "video/null_v.h" |
17 #include "video/sdl.h" |
17 #include "video/sdl_v.h" |
18 |
18 |
19 #include <dirent.h> |
19 #include <dirent.h> |
20 #include <unistd.h> |
20 #include <unistd.h> |
21 #include <sys/stat.h> |
21 #include <sys/stat.h> |
22 #include <time.h> |
22 #include <time.h> |