mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-05 06:03:44 +00:00
10 lines
99 B
C++
10 lines
99 B
C++
#ifndef ISURFACE_HPP
|
|
#define ISURFACE_HPP
|
|
|
|
class ISurface
|
|
{
|
|
public:
|
|
|
|
};
|
|
|
|
#endif // CSURFACE_HPP
|