#ifndef DUMMY_H #define DUMMY_H #include "incl.h" struct dummy_window { virtual WINDOW* get_WINDOW(); }; #endif