Files
Upsilon/apps/code/helpers.h
2022-07-07 12:37:55 +02:00

15 lines
182 B
C++

#ifndef CODE_HELPERS_H
#define CODE_HELPERS_H
#include <ion/events.h>
namespace Code {
namespace Helpers {
const char * PythonTextForEvent(Ion::Events::Event event);
}
}
#endif