diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-04-15 08:11:38 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-04-15 08:11:38 +0200 |
commit | 01ea5ec5aeb50ed9801a457a7ced1c541d63f7c8 (patch) | |
tree | acbdc0ace86b40328fa15d199c625a1bc60366c9 /test.c | |
parent | af8c9212a029ddaf8e7eef66cecaa762263ca0c5 (diff) | |
download | reduced_system_layer-01ea5ec5aeb50ed9801a457a7ced1c541d63f7c8.zip |
Update docs; Add key repeat flag; Fix fill rectangle
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ // // (C) 2025 Mitya Selivanov <guattari.tech> // +// Any use of this code is prohibited. +// // ================================================================ #if !defined(__wasm__) |