window.h
changeset 2159 f6284cf5fab0
parent 2116 23031555ff54
child 2186 db48cf29b983
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
     1 #ifndef WINDOW_H
     1 #ifndef WINDOW_H
     2 #define WINDOW_H
     2 #define WINDOW_H
     3 
       
     4 #include "vehicle_gui.h"
       
     5 
     3 
     6 typedef union WindowEvent WindowEvent;
     4 typedef union WindowEvent WindowEvent;
     7 
     5 
     8 //typedef void WindowProc(Window *w, int event, int wparam, long lparam);
     6 //typedef void WindowProc(Window *w, int event, int wparam, long lparam);
     9 
     7