Open petergpinto opened 3 years ago
Could wrap the std::binds in an object and store references to that object in the GameObject instance
class wrapper { std::bind<void(double)> func; bool deleted; }
Could wrap the std::binds in an object and store references to that object in the GameObject instance