1 2 3 4 5 6 7 8 9
#include "StyleA.hpp" #include "StyleB.hpp" int main(int argv, char** args) { StyleA styleA; StyleB styleB; return 0; }