mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-27 17:03:41 +00:00
16 lines
120 B
C++
16 lines
120 B
C++
#ifndef ISURFACE_HPP
|
|
#define ISURFACE_HPP
|
|
|
|
namespace boo
|
|
{
|
|
|
|
class ISurface
|
|
{
|
|
public:
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif // CSURFACE_HPP
|