Remove C99 code constructs from IQM code, patch by gimhael (#4974)

This commit is contained in:
Thilo Schulz 2011-05-05 13:33:43 +00:00
parent 876fd7dcb9
commit 45824008d9
2 changed files with 250 additions and 92 deletions

View file

@ -24,6 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define IQM_MAGIC "INTERQUAKEMODEL"
#define IQM_VERSION 1
#define IQM_MAX_JOINTS 128
typedef struct iqmheader
{
char magic[16];