summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h
new file mode 100644
index 0000000..2446342
--- /dev/null
+++ b/include/network.h
@@ -0,0 +1,11 @@
+#ifndef INCLUDE_NETWORK
+#define INCLUDE_NETWORK
+
+typedef enum t_network_state {
+ CONNECTING,
+ WAITING_FOR_ID,
+ CONNECTED,
+ DISCONNECTED,
+} network_state;
+
+#endif \ No newline at end of file