1 2 3 4 5 6 7 8 9
#define BASE_UNITY #include "../base/base_include.h" int main(int c, char **v) { return 0; }