[minor] Made include safety consistent

This commit is contained in:
KikooDX 2020-09-10 17:35:08 +02:00
parent 4da2848c66
commit 97b60ce24f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef DEF_VEC2D
#define DEF_VEC2D
#ifndef _DEF_VEC2D
#define _DEF_VEC2D
struct Vec2D
{