X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2Fdimension2d.h;fp=include%2Fdimension2d.h;h=58926c9e4314b837985d1cc1f5aa93d4be7662a9;hp=1f2dacae0c7fe753b96b9ada052429b65b594552;hb=59b625c207d1ee8368f04f3c4d675fa393fe94f4;hpb=7e46627fbadd2bcf8169ae429e6fe0a546d2797a diff --git a/include/dimension2d.h b/include/dimension2d.h index 1f2daca..58926c9 100644 --- a/include/dimension2d.h +++ b/include/dimension2d.h @@ -22,10 +22,12 @@ #ifndef __C_IRR_DIMENSION2D_H_INCLUDED__ #define __C_IRR_DIMENSION2D_H_INCLUDED__ +#include + typedef struct { - unsigned int width; - unsigned int height; + uint32_t width; + uint32_t height; } irr_core_dimension2d_u32; #endif