1 2 3 4 5 6 7 8 9 10
#include "main.hpp" int main(int argv, char** args) { return 0; } #include "sub/ui_PageB.h" #include "ui_PageC.h"