summaryrefslogtreecommitdiff
path: root/BinaryDisplay.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-07-03 22:18:55 +0930
committerDaniel Jones <admin@danieljon.es>2020-07-03 22:18:55 +0930
commit1e7b871722482f7f77e2ab3c80dd5bec1596d29c (patch)
tree7ed147be7e16d781ba1a264e690133bed0d59609 /BinaryDisplay.h
parent7e8f5a8e885ab980b3ac1acbec84f46ba28d0ca5 (diff)
downloadfoxlogicgates-1e7b871722482f7f77e2ab3c80dd5bec1596d29c.tar.gz
foxlogicgates-1e7b871722482f7f77e2ab3c80dd5bec1596d29c.zip
Functionality: saving/loading with binary displays added
Diffstat (limited to 'BinaryDisplay.h')
-rw-r--r--BinaryDisplay.h2
1 files changed, 1 insertions, 1 deletions
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;