Blame view

build6/epsilon-master/apps/code/helpers.h 182 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  #ifndef CODE_HELPERS_H
  #define CODE_HELPERS_H
  
  #include <ion/events.h>
  
  namespace Code {
  namespace Helpers {
  
  const char * PythonTextForEvent(Ion::Events::Event event);
  
  }
  }
  
  #endif