Header files

Can I pack other header files into 1 header file? if so, how?
You can do it the same way as you include headers in program module.

// header_one
#include "header_two"

// continuation of header_one
Last edited on
Topic archived. No new replies allowed.