Blame view

build3/ion/src/simulator/init.h 165 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
  #ifndef ION_SIMULATOR_PLATFORM_INIT_H
  #define ION_SIMULATOR_PLATFORM_INIT_H
  
  #include <ion.h>
  
  extern Ion::Events::Event currentEvent;
  void init_platform();
  
  #endif