aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 21d22122..0ff357c2 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -221,7 +221,7 @@ typedef struct Camera {
} Camera;
// Vertex data definning a mesh
-typedef struct {
+typedef struct VertexData {
int vertexCount;
float *vertices; // 3 components per vertex
float *texcoords; // 2 components per vertex