draw2drectangle don't work !!!

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
AmigaIrr
Posts: 94
Joined: Mon Jan 10, 2005 7:55 am
Location: France, Alsace

draw2drectangle don't work !!!

Post by AmigaIrr »

peripherique->draw2DRectangle(video::SColor(100,255,255,255),core::rect<s32>(5,5,10,10));

this make the copiler error :

main.cpp `draw2DRectangle' undeclared (first use this function)


??
Post Reply