diff --git a/src/md2/md2.h b/src/md2/md2.h index 9e0f72a..0b17143 100644 --- a/src/md2/md2.h +++ b/src/md2/md2.h @@ -39,7 +39,7 @@ struct Md2Polygon }; // For each keyframe, stores the vertices, normals, and the string name -typedef struct Md2Frame +struct Md2Frame { std::string name; Vector3 *vertices;