mirror of https://github.com/AxioDL/boo.git
9 lines
91 B
C++
9 lines
91 B
C++
|
#ifndef ISURFACE_HPP
|
||
|
#define ISURFACE_HPP
|
||
|
|
||
|
class ISurface
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // CSURFACE_HPP
|