#ifndef __MESSAGES_H #define __MESSAGES_H #define WM_QUIT 0 #define WM_PAINT 1 #define WM_CHAR 2 #define WM_MOUSEMOVE 3 #endif