Files
Upsilon/apps/settings/helpers.h
2018-09-18 16:29:44 +02:00

16 lines
265 B
C++

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