]> Shamusworld >> Repos - apple2/blob - src/applevideo.h
Set eol-style to sane default.
[apple2] / src / applevideo.h
1 //
2 // Apple 2 video support
3 //
4
5 #ifndef __APPLEVIDEO_H__
6 #define __APPLEVIDEO_H__
7
8 // Global variables (exported)
9
10 extern bool flash;
11 extern bool textMode;
12 extern bool mixedMode;
13 extern bool displayPage2;
14 extern bool hiRes;
15 extern bool alternateCharset;
16
17 // Functions (exported)
18
19 void SetupBlurTable(void);
20 void TogglePalette(void);
21 void CycleScreenTypes(void);
22 void SpawnMessage(const char * text, ...);
23 void RenderVideoFrame(void);
24
25 #endif  // __APPLEVIDEO_H__