X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Frect.h;h=395446a216f88757858b3a5d7cb7639b36a9b83f;hb=69d811182f2f282f9c8f558f26d92e34417d6526;hp=195281dfe1e646d00f49b77d22b7b9c35292cbbf;hpb=26e0d2232734e893983975b68d3a760b147e8e8c;p=c-irrlicht.git 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