#include "Surface.hpp" namespace boo { ISurface* CSurfaceNewWindow() { return nullptr; } ISurface* CSurfaceNewQWidget() { return nullptr; } }