arvidsson / BrainTree

C++ behavior tree single header library
MIT License
222 stars 37 forks source link

Shared ptr implementation #17

Closed s7jones closed 6 years ago

s7jones commented 6 years ago

This pull request is built on top of my other pull request #15. As such it inherits the fixes from those commits.

The raw pointers handling has been replaced with shared pointers handling.