X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FModels.h;h=caad18ed653699c7b1c6436153dafe2ae99a6401;hb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;hp=02f319f06bb2afaebb527c0855b0a1c86332d4b0;hpb=44146d06c780d3aaa283672fedb08b8870ebe1b9;p=lugaru.git diff --git a/Source/Models.h b/Source/Models.h index 02f319f..caad18e 100644 --- a/Source/Models.h +++ b/Source/Models.h @@ -32,7 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include "Constants.h" #include "Terrain.h" #include "binio.h" #include "Quaternions.h" @@ -127,10 +126,10 @@ public: void UpdateVertexArray(); void UpdateVertexArrayNoTex(); void UpdateVertexArrayNoTexNoNorm(); - bool loadnotex(char *filename); + bool loadnotex(const char *filename); bool loadraw(char *filename); - bool load(char *filename,bool texture); - bool loaddecal(char *filename,bool texture); + bool load(const char *filename,bool texture); + bool loaddecal(const char *filename,bool texture); void Scale(float xscale,float yscale,float zscale); void FlipTexCoords(); void UniformTexCoords();