From 5ed5a6ecc749e8b557ea62f04a444e203f4e48f6 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 5 Mar 2026 04:05:59 +0000 Subject: add unit conversion infobox --- src/Infobox/UnitConversion.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Infobox/UnitConversion.h (limited to 'src/Infobox/UnitConversion.h') diff --git a/src/Infobox/UnitConversion.h b/src/Infobox/UnitConversion.h new file mode 100644 index 0000000..b148cb3 --- /dev/null +++ b/src/Infobox/UnitConversion.h @@ -0,0 +1,9 @@ +#ifndef UNITCONVERSION_H +#define UNITCONVERSION_H + +#include "Infobox.h" + +int is_unit_conv_query(const char *query); +InfoBox fetch_unit_conv_data(const char *query); + +#endif -- cgit v1.2.3