Louis authored on17/12/2018 23:06:28
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,13 +0,0 @@
1
-
2
-#include <stdint.h>
3
-
4
-//
5
-// AUTOGENERATED BY BUILD
6
-// DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
7
-//
8
-
9
-uint32_t MESSAGE_KEY_JSReady = 10004;
10
-uint32_t MESSAGE_KEY_password = 10003;
11
-uint32_t MESSAGE_KEY_server = 10001;
12
-uint32_t MESSAGE_KEY_status = 10000;
13
-uint32_t MESSAGE_KEY_username = 10002;
Browse code

JSReady enabled

Louis authored on18/09/2018 23:08:46
Showing1 changed files
... ...
@@ -6,6 +6,7 @@
6 6
 // DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
7 7
 //
8 8
 
9
+uint32_t MESSAGE_KEY_JSReady = 10004;
9 10
 uint32_t MESSAGE_KEY_password = 10003;
10 11
 uint32_t MESSAGE_KEY_server = 10001;
11 12
 uint32_t MESSAGE_KEY_status = 10000;
Louis authored on25/08/2018 23:51:28
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+
2
+#include <stdint.h>
3
+
4
+//
5
+// AUTOGENERATED BY BUILD
6
+// DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
7
+//
8
+
9
+uint32_t MESSAGE_KEY_password = 10003;
10
+uint32_t MESSAGE_KEY_server = 10001;
11
+uint32_t MESSAGE_KEY_status = 10000;
12
+uint32_t MESSAGE_KEY_username = 10002;