aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/portdefs.h
blob: 916277b1f440bf7f2b5f38aac8e4e2ad8bce77bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <assert.h>
#include <ctype.h>
#ifndef RONIN_TIMER_ACCESS
#define Timer ronin_Timer
#endif
#include <ronin/ronin.h>
#ifdef Timer
#undef Timer
#endif
#ifndef REAL_MAIN
#define main scumm_main
#endif