Parcourir la source

Add include guard to constants.h.

Aaron Mavrinac il y a 2 ans
Parent
commit
5c70f6eccc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      constants.h

+ 2 - 0
constants.h

@@ -1,2 +1,4 @@
+#pragma once
+
 #define KNOTS_TO_KPH 1.852
 #define KNOTS_TO_KPH 1.852
 #define KNOTS_TO_MPH 1.15078
 #define KNOTS_TO_MPH 1.15078