boo/include/Surface.hpp

15 lines
175 B
C++
Raw Normal View History

2015-04-18 23:36:57 +00:00
#ifndef CSURFACE_HPP
#define CSURFACE_HPP
#include "ISurface.hpp"
2015-04-29 10:24:39 +00:00
namespace boo
{
2015-04-18 23:36:57 +00:00
ISurface* CSurfaceNewWindow();
ISurface* CSurfaceNewQWidget();
2015-04-29 10:24:39 +00:00
}
2015-04-18 23:36:57 +00:00
#endif // CSURFACE_HPP