[apps/code] Parabola script

This commit is contained in:
Léa Saviot
2020-03-30 17:18:58 +02:00
committed by Émilie Feral
parent 61e7ec52e6
commit b2c95bcbbf
3 changed files with 37 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ public:
static const ScriptTemplate * Squares();
static const ScriptTemplate * Mandelbrot();
static const ScriptTemplate * Polynomial();
static const ScriptTemplate * Parabola();
const char * name() const { return m_name; }
const char * content() const { return m_value+1; }
const char * value() const { return m_value; }