Add GenericParticleSystemBase.h configure plugin based on GenericParticleSystemConfiguration.h
....
What exactly you wish to configure ? Details don't give much details... :)
This is quite fuzzy too. How about more details ?
Sorry for the lack of details
GenericParticleSystemBase.h uses user-defined settings in GenericParticleSystemConfiguration.h to automatically define/declare macros etc.
The most trivial example is the C4 API changes between 1.x and 2.x (engine -> C4API, module_export -> C4MODULEEXPORT)
I also added the ability to use another export/import keyword (GPS_API) rather than extra_api which require to include C4Extras.h
Abstract Configuration.h -> user/project settings -> Base.h -> automatic configuration -> main code
Log in to post a comment.
....
What exactly you wish to configure ? Details don't give much details... :)
This is quite fuzzy too. How about more details ?
Sorry for the lack of details
GenericParticleSystemBase.h uses user-defined settings in GenericParticleSystemConfiguration.h to automatically define/declare macros etc.
The most trivial example is the C4 API changes between 1.x and 2.x (engine -> C4API, module_export -> C4MODULEEXPORT)
I also added the ability to use another export/import keyword (GPS_API) rather than extra_api which require to include C4Extras.h
Abstract
Configuration.h -> user/project settings -> Base.h -> automatic configuration -> main code