code.witches.io/go/sdl2@v0.1.1/events.h (about)

     1  #ifndef _WITCHES_EVENTS_H
     2  #define _WITCHES_EVENTS_H 1
     3  
     4  #include <SDL2/SDL.h>
     5  
     6  extern volatile Uint32 collectEventsQuit;
     7  
     8  void collectEvents(volatile Uint32 *);
     9  
    10  #endif