]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/registry_net.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / registry_net.qh
index 14e4dbc3cc60e5a006985fb578ed7f7788609afd..6c947d7c5db192d390eab5d9b3616e190af37f56 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef REGISTRY_NET_H
-#define REGISTRY_NET_H
+#pragma once
 
 #include "net.qh"
 
@@ -24,5 +23,3 @@ void Registry_send(string id, string hash)
        WriteString(channel, hash);
 }
 #endif
-
-#endif