From 6a1c41149ad50d975b6ed5d7a5ef248c1ccba4cf Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 13 Dec 2022 08:15:47 -0800 Subject: plasma-node,game: wire up and implement maga plasma This is a bit janky on the integration side, may cleanup later. When game_t.is_maga is true, plasma-node now goes nationalist with red white and blue stripes. --- src/plasma-node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plasma-node.h') diff --git a/src/plasma-node.h b/src/plasma-node.h index 9f2dc47..8db8664 100644 --- a/src/plasma-node.h +++ b/src/plasma-node.h @@ -21,6 +21,6 @@ typedef struct m4f_t m4f_t; typedef struct stage_t stage_t; typedef struct stage_conf_t stage_conf_t; -stage_t * plasma_node_new(const stage_conf_t *conf, m4f_t *projection_x, float *gloom); +stage_t * plasma_node_new(const stage_conf_t *conf, m4f_t *projection_x, float *gloom, int *maga); #endif -- cgit v1.2.3