X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2Frect.h;h=395446a216f88757858b3a5d7cb7639b36a9b83f;hp=195281dfe1e646d00f49b77d22b7b9c35292cbbf;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hpb=ae7fc2605ca37645b106c8f35400a16d06dba69d diff --git a/include/rect.h b/include/rect.h index 195281d..395446a 100644 --- a/include/rect.h +++ b/include/rect.h @@ -24,10 +24,10 @@ typedef struct { - int32_t x; - int32_t y; - int32_t x2; - int32_t y2; + int x; + int y; + int x2; + int y2; } irr_core_rect_s32; #endif