mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Implement Nibble > Update UnitConverterDataConstants.h
This commit is contained in:
parent
015c886321
commit
ee51c6ef6a
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ namespace CalculatorApp
|
||||||
Data_Zetabytes = UnitStart + 164,
|
Data_Zetabytes = UnitStart + 164,
|
||||||
Area_Pyeong = UnitStart + 165,
|
Area_Pyeong = UnitStart + 165,
|
||||||
Energy_Kilowatthour = UnitStart + 166,
|
Energy_Kilowatthour = UnitStart + 166,
|
||||||
|
Data_Nibble = UnitStart + 167,
|
||||||
UnitEnd = Energy_Kilowatthour
|
UnitEnd = Energy_Kilowatthour
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue