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 | |
4a2a617a |
11 | void StartSound(void); |
35868d35 |
12 | void KillSound(void); |
7b356ee3 |
13 | void SilenceSound(int s); |
35868d35 |
14 | |
15 | |
35868d35 |
16 | int InitVideo(void); |
17 | void KillVideo(void); |
7b356ee3 |
18 | void BlitPrepare(int skip); |
19 | void BlitScreen(int skip); |
35868d35 |
20 | void LockConsole(void); |
21 | void UnlockConsole(void); |
7b356ee3 |
22 | void ToggleFS(); |