Numworks Epsilon  1.4.1
Graphing Calculator Operating System
helpers.h
Go to the documentation of this file.
1 #ifndef CODE_HELPERS_H
2 #define CODE_HELPERS_H
3 
4 #include <ion/events.h>
5 
6 namespace Code {
7 namespace Helpers {
8 
9 const char * PythonTextForEvent(Ion::Events::Event event);
10 
11 }
12 }
13 
14 #endif
Definition: app.cpp:7
const char * PythonTextForEvent(Ion::Events::Event event)
Definition: helpers.cpp:37