Advertisement
Guest User

bt1::FirstBTFindBase::RunTheTree()

a guest
Apr 6th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. void bt1::FirstBTFindBase::RunTheTree()
  2. {
  3.     root->child->onInitialize();
  4.     root->child->update();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement