[python/turtle] Turtle::reset() method

This commit is contained in:
Léa Saviot
2018-12-06 16:07:57 +01:00
parent 9c9355deba
commit cc3beb6014
13 changed files with 71 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ public:
// MicroPython::ExecutionEnvironment
void displaySandbox() override;
void resetSandbox() override;
void printText(const char * text, size_t length) override;
const char * inputText(const char * prompt) override;