From 1e7b871722482f7f77e2ab3c80dd5bec1596d29c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 3 Jul 2020 22:18:55 +0930 Subject: Functionality: saving/loading with binary displays added --- BinaryDisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryDisplay.h') diff --git a/BinaryDisplay.h b/BinaryDisplay.h index 82610c0..7360013 100644 --- a/BinaryDisplay.h +++ b/BinaryDisplay.h @@ -7,7 +7,7 @@ class BinaryDisplay : public Object { public: - BinaryDisplay(int x, int y, int width, int height); + BinaryDisplay(int x, int y, int width, int height, int loaded_id = -1); ~BinaryDisplay() override = default; void update_state() override; -- cgit v1.2.3