The forgotten changes to vid_cga.h.

This commit is contained in:
OBattler
2024-01-08 00:09:35 +01:00
parent 354c537469
commit 86d7c248f4

View File

@@ -66,6 +66,7 @@ typedef struct cga_t {
int composite; int composite;
int snow_enabled; int snow_enabled;
int rgb_type; int rgb_type;
int double_type;
} cga_t; } cga_t;
void cga_init(cga_t *cga); void cga_init(cga_t *cga);