Auxiliary Libraries for PLIB. |
by Steve Baker |
These will be installed and named with the same conventions as the base PLIB libraries, eg:
/usr/include/plib/auxXXX.h /usr/lib/libplibauxXXX.a...where 'XXX' is the name of the aux library.
PLIB/AUX functions, classes and constants are all named after the base PLIB library that they logically belong with, hence enhancements to SSG will share the 'ssg' prefix but add a 'u':
eg class ssguParticleSystem ; class puuFileBrowser ;