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