Files
Upsilon/apps/settings/helpers.h
Léa Saviot 735d79a0fc [apps/settings] Use the new layouts in the Settings app.
Change-Id: Ic90a78cf58cac28f24b65c5e0c1776c61675bb98
2018-01-15 11:58:07 +01:00

16 lines
307 B
C++

#ifndef SETTINGS_HELPERS_H
#define SETTINGS_HELPERS_H
#include <poincare/expression_layout.h>
namespace Settings {
namespace Helpers {
Poincare::ExpressionLayout * CartesianComplexFormat(KDText::FontSize fontSize);
Poincare::ExpressionLayout * PolarComplexFormat(KDText::FontSize fontSize);
}
}
#endif