summaryrefslogtreecommitdiff
path: root/src/lightctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lightctx.h')
-rw-r--r--src/lightctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lightctx.h b/src/lightctx.h
index 8c25699..3084f50 100644
--- a/src/lightctx.h
+++ b/src/lightctx.h
@@ -163,6 +163,8 @@ struct lightctx
extern void attr_movex(struct lightctx *nl, signed int d, int fine);
extern void attr_movey(struct lightctx *nl, signed int d, int fine);
+extern int any_selected_fixture_has(struct lightctx *nl, int attr);
+
extern struct fixture *create_fixture(struct lightctx *nl, struct fixture_class *cls,
const char *label, int universe, int base_addr,
int flags);