refector(pg-neo-migration): stir some shit around trust me it's fine
This commit is contained in:
9
package/postgres/pg-neo-migration/src/macros.c
Normal file
9
package/postgres/pg-neo-migration/src/macros.c
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user