X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fdimension2d.h;h=1f2dacae0c7fe753b96b9ada052429b65b594552;hb=69d811182f2f282f9c8f558f26d92e34417d6526;hp=118c7a334b179c7b38185451052979512ebb4634;hpb=2291f72634c35af1cddc9af11d3a6a88a5eb1c3b;p=c-irrlicht.git diff --git a/include/dimension2d.h b/include/dimension2d.h index 118c7a3..1f2daca 100644 --- a/include/dimension2d.h +++ b/include/dimension2d.h @@ -24,8 +24,8 @@ typedef struct { - u_int32_t width; - u_int32_t height; + unsigned int width; + unsigned int height; } irr_core_dimension2d_u32; #endif