X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2FIAnimatedMeshSceneNode.h;h=27f2f5deae6151ddbb5a8bb2fe87200c477a07ba;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hp=34c3dc77743b5e02d319f53ef6ce66f2edd9d13a;hpb=c08eb5c91c4c76de8decadcb50f1dea7d4c496ca;p=c-irrlicht.git diff --git a/include/IAnimatedMeshSceneNode.h b/include/IAnimatedMeshSceneNode.h index 34c3dc7..27f2f5d 100644 --- a/include/IAnimatedMeshSceneNode.h +++ b/include/IAnimatedMeshSceneNode.h @@ -35,14 +35,14 @@ extern "C" { void irr_scene_IAnimatedMeshSceneNode_setMaterialFlag(irr_scene_IAnimatedMeshSceneNode* node, irr_video_E_MATERIAL_FLAG flag, - bool newvalue); + int newvalue); void irr_scene_IAnimatedMeshSceneNode_setMaterialTexture(irr_scene_IAnimatedMeshSceneNode* node, - u_int32_t textureLayer, + unsigned int textureLayer, irr_video_ITexture* texture); - bool + int irr_scene_IAnimatedMeshSceneNode_setMD2Animation(irr_scene_IAnimatedMeshSceneNode* node, irr_scene_EMD2_ANIMATION_TYPE anim);