Parcourir la source

fix compilation with clang after atto typedef update

Ivan Avdeev il y a 6 ans
Parent
commit
9ded550610
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/material.h

+ 0 - 2
src/material.h

@@ -5,8 +5,6 @@ struct ICollection;
 struct Texture;
 struct Stack;
 
-typedef struct AVec2f AVec2f;
-
 typedef enum {
 	MShader_Unknown,
 	MShader_LightmappedOnly,