Files
Upsilon/apps/settings/helpers.h
2018-09-06 15:56:31 +02:00

16 lines
283 B
C++

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