summaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index a43baab23..a84d29a90 100644
--- a/src/clientserver.h
+++ b/src/clientserver.h
@@ -488,6 +488,12 @@ enum ToClientCommand
u16 len
u8[len] value
*/
+
+ TOCLIENT_BREATH = 0x4e,
+ /*
+ u16 command
+ u16 breath
+ */
};
enum ToServerCommand
@@ -711,6 +717,12 @@ enum ToServerCommand
/*
u16 command
*/
+
+ TOSERVER_BREATH = 0x42,
+ /*
+ u16 command
+ u16 breath
+ */
};
#endif