aboutsummaryrefslogtreecommitdiffstats
path: root/yage/data/vertex.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/data/vertex.h')
-rw-r--r--yage/data/vertex.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/data/vertex.h b/yage/data/vertex.h
index 4cd095a9..072feb9f 100644
--- a/yage/data/vertex.h
+++ b/yage/data/vertex.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef VERTEX_H
-#define VERTEX_H
+#pragma once
#include <glad/glad.h>
@@ -80,5 +79,3 @@ struct Vertex {
};
} // namespace yage
-
-#endif