]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/struct.qh
Add some missing parenthesis
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / struct.qh
index bce19f4fd674e807cc0ee4beb749ddf80ec4c3dd..3caf8aaf5717ff3d413e26af362b0aeab7497eba 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef STRUCT_H
-#define STRUCT_H
+#pragma once
 
 #ifndef QCC_SUPPORT_STRUCT
        #define _STRUCT_DECLARE(x, id, type, END) noref type x##_##id;
@@ -31,5 +30,3 @@
        #define _STRUCT_MEMBER(my, id, type, END) type id;
        #define STRUCT(id, s) struct STRUCT_##id { s(_STRUCT_MEMBER, ) };
 #endif
-
-#endif