boo/include/ISurface.hpp

10 lines
99 B
C++

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