mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
15 lines
182 B
C++
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
|