mirror of https://github.com/AxioDL/boo.git
10 lines
155 B
C++
10 lines
155 B
C++
|
#ifndef CSURFACE_HPP
|
||
|
#define CSURFACE_HPP
|
||
|
|
||
|
#include "ISurface.hpp"
|
||
|
|
||
|
ISurface* CSurfaceNewWindow();
|
||
|
ISurface* CSurfaceNewQWidget();
|
||
|
|
||
|
#endif // CSURFACE_HPP
|