This commit is contained in:
Melissa Goad
2017-05-04 18:58:52 -05:00
347 changed files with 24293 additions and 18060 deletions

View File

@@ -112,3 +112,12 @@ void ddraw_fs_take_screenshot(char *fn);
#endif
extern int cga_palette;
void loadfont(char *s, int format);
void initvideo();
void video_init();
void closevideo();
void video_updatetiming();
void hline(BITMAP *b, int x1, int y, int x2, uint32_t col);
void updatewindowsize(int x, int y);