Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Functor
- {
- public:
- void operator()(mChildern, target, states) //тип сам укажи, не знаю, че у тебя там
- {
- for (const Ptr& child : mChildren)
- {
- child->draw(target, states);
- }
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment