35868d35 |
1 | extern CFGSTRUCT DriverConfig[]; |
2 | extern ARGPSTRUCT DriverArgs[]; |
3 | extern char *DriverUsage; |
4 | |
5 | void DoDriverArgs(void); |
6 | void GetBaseDirectory(char *BaseDirectory); |
7 | |
8 | int InitSound(void); |
937bf65b |
9 | void WriteSound(int16 *Buffer, int Count); |
b2b95d2e |
10 | |
35868d35 |
11 | void KillSound(void); |
12 | void SilenceSound(int s); /* DOS and SDL */ |
13 | |
14 | |
35868d35 |
15 | int InitVideo(void); |
16 | void KillVideo(void); |
937bf65b |
17 | void BlitScreen(uint8 *buf); |
35868d35 |
18 | void LockConsole(void); |
19 | void UnlockConsole(void); |
20 | void ToggleFS(); /* SDL */ |