mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-06 14:43:33 +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
|