X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2Faabbox3d.h;fp=include%2Faabbox3d.h;h=e5d9a63a854b7115a31ddab4ef6ffb5e79a999e2;hp=1940c20aad0fe0fcb993ab0a42b05017e47aa93a;hb=75c3ceb26453f2b265c3eabdd7518d26abfeed1c;hpb=9794edd155faec29e41294c55dece45a116a3b8c diff --git a/include/aabbox3d.h b/include/aabbox3d.h index 1940c20..e5d9a63 100644 --- a/include/aabbox3d.h +++ b/include/aabbox3d.h @@ -34,12 +34,12 @@ extern "C" { #endif void - irr_core_aabbox3d_addInternalPoint(irr_core_aabbox3d_f32 box, - irr_core_vector3df p); + irr_core_aabbox3d_addInternalPoint(irr_core_aabbox3d_f32* box, + irr_core_vector3df* p); void - irr_core_aabbox3d_reset(irr_core_aabbox3d_f32 box, - irr_core_vector3df initValue); + irr_core_aabbox3d_reset(irr_core_aabbox3d_f32* box, + irr_core_vector3df* initValue); #ifdef __cplusplus }