boo/include/CSurface.hpp

10 lines
155 B
C++
Raw Normal View History

2015-04-18 23:36:57 +00:00
#ifndef CSURFACE_HPP
#define CSURFACE_HPP
#include "ISurface.hpp"
ISurface* CSurfaceNewWindow();
ISurface* CSurfaceNewQWidget();
#endif // CSURFACE_HPP