boo/include/ISurface.hpp

9 lines
91 B
C++

#ifndef ISURFACE_HPP
#define ISURFACE_HPP
class ISurface
{
};
#endif // CSURFACE_HPP