Blame view

build6/epsilon-master/apps/settings/helpers.h 307 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  #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