mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
16 lines
307 B
C++
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
|