X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=libs%2Fgoat3d%2Fsrc%2Fchunk.h;fp=libs%2Fgoat3d%2Fsrc%2Fchunk.h;h=19c1bbd4a678357c911ce23b47a94a14700065ef;hb=4c42122003b1e2e859e63013aaf15e270d47b082;hp=505c150a1d9c5e70a811ff869a4cee0a207b8d9c;hpb=26bd2163df04d5f7007584fcf835b1f687f3cd02;p=deeprace diff --git a/libs/goat3d/src/chunk.h b/libs/goat3d/src/chunk.h index 505c150..19c1bbd 100644 --- a/libs/goat3d/src/chunk.h +++ b/libs/goat3d/src/chunk.h @@ -1,6 +1,6 @@ /* goat3d - 3D scene, and animation file format library. -Copyright (C) 2013-2018 John Tsiombikas +Copyright (C) 2013-2023 John Tsiombikas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -18,15 +18,7 @@ along with this program. If not, see . #ifndef CHUNK_H_ #define CHUNK_H_ -#ifndef _MSC_VER -#ifdef __sgi -#include -#else -#include -#endif -#else -typedef unsigned __int32 uint32_t; -#endif +#include "util.h" enum { CNK_INVALID, /* this shouldn't appear in files */