From: Axel Isouard Date: Fri, 27 Jul 2012 06:06:19 +0000 (+0200) Subject: fixed a little compiling issue X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fed221a2c140ee0d1b002ccc01eac33cf0a114c3;p=xonotic%2Fdarkplaces.git fixed a little compiling issue --- diff --git a/shadermodeinfo.h b/shadermodeinfo.h index 5b9a2646..ac715d42 100644 --- a/shadermodeinfo.h +++ b/shadermodeinfo.h @@ -1,8 +1,8 @@ -typedef struct shadermodeinfo_s +struct shadermodeinfo_s { const char *vertexfilename; const char *geometryfilename; const char *fragmentfilename; const char *pretext; const char *name; -} shadermodeinfo_t; +};