fix: more improper include capitalizations

This commit is contained in:
Tropical
2026-03-03 16:09:17 -06:00
parent 17d6e670cc
commit fcf3184561
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#include "stdafx.h"
#include "vertex.h"
#include "Vertex.h"
Vertex::Vertex(float x, float y, float z, float u, float v)
{