mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-05 06:03:44 +00:00
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
|