This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
torambo.com
/
Momentum-Apps
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Add include guard to constants.h.
Aaron Mavrinac
2 vuotta sitten
vanhempi
7112bef297
commit
5c70f6eccc
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
2
0
constants.h
+ 2
- 0
constants.h
Näytä tiedosto
@@ -1,2 +1,4 @@
+#pragma once
+
#define KNOTS_TO_KPH 1.852
#define KNOTS_TO_MPH 1.15078