1 2 3 4 5 6 7 8 9 10 11
#ifndef DUMMY_H #define DUMMY_H #include "incl.h" struct dummy_window { virtual WINDOW* get_WINDOW(); }; #endif