Added a thing I forgot to add to vid_cga.h.

This commit is contained in:
OBattler
2016-07-23 02:00:21 +02:00
parent 814d54494f
commit 485d3d9b39

View File

@@ -30,6 +30,7 @@ typedef struct cga_t
int revision;
int composite;
int snow_enabled;
} cga_t;
void cga_init(cga_t *cga);