Hey!
I'm wondering if I can get some help with a C++ problem I'm having at the moment.
This is for a physics engine and I am trying to refactor one class into two.
To begin with, I have a class called worldData.cpp and a second one called particleModel.h
I have an initialisation method in both .cpp files and want to call the particleModel initialisation inside the worldData class.
It's not just the initialisation though as I need to do this for other methods.
Any help is greatly appreciated
Ben
I'm wondering if I can get some help with a C++ problem I'm having at the moment.
This is for a physics engine and I am trying to refactor one class into two.
To begin with, I have a class called worldData.cpp and a second one called particleModel.h
I have an initialisation method in both .cpp files and want to call the particleModel initialisation inside the worldData class.
It's not just the initialisation though as I need to do this for other methods.
Any help is greatly appreciated
Ben