changeset 453:c68f62830c83

add * and /
author pontscho
date Sun, 15 Apr 2001 22:55:21 +0000
parents 416612e8cf5d
children f8fa7c820568
files libvo/wskeys.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/wskeys.h	Sun Apr 15 22:34:09 2001 +0000
+++ b/libvo/wskeys.h	Sun Apr 15 22:55:21 2001 +0000
@@ -60,6 +60,8 @@
 #define wsSpace ' '
 #define wsMinus '-'
 #define wsPlus  '+'
+#define wsMul   '*'
+#define wsDiv   '/'
 
 #define wsUp            0x52 + 256
 #define wsDown          0x54 + 256