diff --git a/include/Mw/LowLevel.h b/include/Mw/LowLevel.h index 7ba6b7a..1ab37eb 100644 --- a/include/Mw/LowLevel.h +++ b/include/Mw/LowLevel.h @@ -9,8 +9,11 @@ #include -typedef struct _MwLLHandler* MwLLHandler; -typedef struct _MwLLMouse MwLLMouse; +typedef struct _MwLLHandler* MwLLHandler; +typedef struct _MwLLMouse MwLLMouse; +typedef struct _MwLLCommon* MwLLCommon; +typedef struct _MwLLCommonColor* MwLLCommonColor; +typedef struct _MwLLCommonPixmap* MwLLCommonPixmap; #ifdef _MILSKO typedef union _MwLL* MwLL; typedef union _MwLLColor* MwLLColor;