Files
Upsilon/apps/code/helpers.h
2022-07-06 22:52:49 +02:00

15 lines
223 B
C++

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