File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
window.h
Show inline comments
 
#ifndef WINDOW_H
 
#define WINDOW_H
 

	
 
#include "vehicle_gui.h"
 

	
 
typedef union WindowEvent WindowEvent;
 

	
 
//typedef void WindowProc(Window *w, int event, int wparam, long lparam);