particle/empty: placeholder particle, renders nothing

But may have margins.
This commit is contained in:
Daniel Eklöf 2018-12-27 14:21:33 +01:00
parent 99008c5ad9
commit ce895ac44f
4 changed files with 69 additions and 1 deletions

4
particles/empty.h Normal file
View file

@ -0,0 +1,4 @@
#pragma once
#include "../particle.h"
struct particle *particle_empty_new(int left_margin, int right_margin);