boo/include/CSurface.hpp
2015-04-29 00:24:39 -10:00

15 lines
175 B
C++

#ifndef CSURFACE_HPP
#define CSURFACE_HPP
#include "ISurface.hpp"
namespace boo
{
ISurface* CSurfaceNewWindow();
ISurface* CSurfaceNewQWidget();
}
#endif // CSURFACE_HPP