Explorar el Código

Add include guard to constants.h.

Aaron Mavrinac hace 2 años
padre
commit
5c70f6eccc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      constants.h

+ 2 - 0
constants.h

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