aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-02-03 23:06:05 +0000
committerrodri <rgl@antares-labs.eu>2023-02-03 23:06:05 +0000
commitd80a73d4daf2dcf8739e6d84e1d82738a3fa5670 (patch)
tree83fb3d07dbdd6992819f63fef6c38176e23574f7 /dat.h
parent16239053b3f411fe7c2b68cefff0be09adc21be1 (diff)
downloadmusw-d80a73d4daf2dcf8739e6d84e1d82738a3fa5670.tar.gz
musw-d80a73d4daf2dcf8739e6d84e1d82738a3fa5670.tar.bz2
musw-d80a73d4daf2dcf8739e6d84e1d82738a3fa5670.zip
vmodeled: plot lines and curves and save them to a file on exit.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/dat.h b/dat.h
index 6ee16ec..590e1ac 100644
--- a/dat.h
+++ b/dat.h
@@ -1,5 +1,4 @@
-typedef enum
-{
+typedef enum {
K↑,
K↺,
K↻,
@@ -10,8 +9,7 @@ typedef enum
NKEYOPS
} KeyOp;
-typedef enum
-{
+typedef enum {
NEEDLE,
WEDGE
} Kind;