]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
#ifdef 0'd out BoxOnPlaneSide_Separate as it is not used
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index b587e6b1b8ec8a3e5697e9ef02e32a50c5b782d3..ef564156b01c8d69f8f37ed1727b808b38af9150 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details.
 
@@ -85,14 +85,14 @@ interface from being ambiguous.
 
 #define MAX_CVAROPTIONS 16
 
-typedef struct
+typedef struct cvaroption_s
 {
        int value;
        const char *name;
 }
 cvaroption_t;
 
-typedef struct
+typedef struct menucvar_s
 {
        int type;
        float valuemin, valuemax, valuestep;