From 29d414e39c3aa15f4877e597c1cac2d83b199078 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 27 Jul 2018 10:35:17 +0300 Subject: CurrencyRates: quotes replaced to currencyrates --- plugins/CurrencyRates/src/CurrencyRateChart.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/CurrencyRates/src/CurrencyRateChart.h (limited to 'plugins/CurrencyRates/src/CurrencyRateChart.h') diff --git a/plugins/CurrencyRates/src/CurrencyRateChart.h b/plugins/CurrencyRates/src/CurrencyRateChart.h new file mode 100644 index 0000000000..0869c1fa1c --- /dev/null +++ b/plugins/CurrencyRates/src/CurrencyRateChart.h @@ -0,0 +1,12 @@ +#ifndef __39BE8775_A837_494f_925C_0ABF7910F238_CurrencyRateChart_h__ +#define __39BE8775_A837_494f_925C_0ABF7910F238_CurrencyRateChart_h__ + +#pragma once + +#ifdef CHART_IMPLEMENT + +INT_PTR CurrencyRatesMenu_Chart(WPARAM wp, LPARAM lp); + +#endif + +#endif //__39BE8775_A837_494f_925C_0ABF7910F238_CurrencyRateChart_h__ -- cgit v1.2.3