refector(pg-neo-migration): stir some shit around trust me it's fine

This commit is contained in:
2025-03-06 16:07:53 +01:00
parent cc7bd6b1a2
commit 0bd5bb65f6
7 changed files with 323 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
#include "macros.h"
// Static color mode variable
static ColorMode color_mode = COLOR_MODE_AUTO;
// Function to set color mode
void set_output_color_mode(ColorMode mode) {
color_mode = mode;
}