diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-12 19:19:45 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-12 19:19:45 +0200 |
| commit | bc70dead7fb518f073fecb21a04fa374e9ad6dd0 (patch) | |
| tree | ae26af52759cd63310a965a8e2bfe0f3b4083f62 /src/effect.c | |
| parent | bd8dbe03ead6c73f28df517f8873675108277bf5 (diff) | |
Start working on actions
Diffstat (limited to 'src/effect.c')
| -rw-r--r-- | src/effect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effect.c b/src/effect.c index ae44c68..705c42d 100644 --- a/src/effect.c +++ b/src/effect.c @@ -1,5 +1,6 @@ #include <math.h> +#include "layout.h" #include "effect.h" #include "any_log.h" |
