Notices & clean
[carveJwlIkooP6JGAAIwe30JlM.git] / network.h
index 10e85dc231314fffb46fe60a7727373b2d787e4e..6783769fda2667528754896679b162336d360e68 100644 (file)
--- a/network.h
+++ b/network.h
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved
+ * All trademarks are property of their respective owners
+ */
+
 #ifndef NETWORK_H
 #define NETWORK_H
 
@@ -357,7 +362,7 @@ static void network_end(void*_)
 
 #else /* SR_NETWORKED */
 
-static int network_init(void){ return 1; }
+static void network_init(void){}
 static void network_update(void){}
 static void network_end(void*_){}