Louis authored on17/12/2018 23:06:28
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,13 +0,0 @@
1
-#pragma once
2
-#include <stdint.h>
3
-
4
-//
5
-// AUTOGENERATED BY BUILD
6
-// DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
7
-//
8
-
9
-extern uint32_t MESSAGE_KEY_JSReady;
10
-extern uint32_t MESSAGE_KEY_password;
11
-extern uint32_t MESSAGE_KEY_server;
12
-extern uint32_t MESSAGE_KEY_status;
13
-extern uint32_t MESSAGE_KEY_username;
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
+extern uint32_t MESSAGE_KEY_JSReady;
9 10
 extern uint32_t MESSAGE_KEY_password;
10 11
 extern uint32_t MESSAGE_KEY_server;
11 12
 extern uint32_t MESSAGE_KEY_status;
Louis authored on25/08/2018 23:51:28
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+#pragma once
2
+#include <stdint.h>
3
+
4
+//
5
+// AUTOGENERATED BY BUILD
6
+// DO NOT MODIFY - CHANGES WILL BE OVERWRITTEN
7
+//
8
+
9
+extern uint32_t MESSAGE_KEY_password;
10
+extern uint32_t MESSAGE_KEY_server;
11
+extern uint32_t MESSAGE_KEY_status;
12
+extern uint32_t MESSAGE_KEY_username;