summaryrefslogtreecommitdiff
path: root/src/devices/system.rs
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-04-16 10:51:13 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2024-04-16 10:51:26 +1200
commit6b3796c9a0d3a2f1422bcbde4790c43417659722 (patch)
tree6429a5fa2f8c4d3b26790775e07e46e6338b61d3 /src/devices/system.rs
parent28101de56231252ca0cfa6a9f107b75112c9acad (diff)
downloadbedrock-pc-6b3796c9a0d3a2f1422bcbde4790c43417659722.zip
Update devices to match new specifications
Diffstat (limited to 'src/devices/system.rs')
-rw-r--r--src/devices/system.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/system.rs b/src/devices/system.rs
new file mode 100644
index 0000000..6eb9510
--- /dev/null
+++ b/src/devices/system.rs
@@ -0,0 +1,4 @@
+mod read_only_text_buffer;
+
+pub use read_only_text_buffer::ReadOnlyTextBuffer;
+