decoration: configurable graphical effects, added to a particle

This commit is contained in:
Daniel Eklöf 2018-12-26 15:30:47 +01:00
parent 052513c736
commit 0284f5ac85
4 changed files with 58 additions and 0 deletions

6
decorations/background.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include "../color.h"
#include "../decoration.h"
struct deco *deco_background(struct rgba color);