mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-06 04:05:52 +00:00
9 lines
91 B
C++
9 lines
91 B
C++
#ifndef ISURFACE_HPP
|
|
#define ISURFACE_HPP
|
|
|
|
class ISurface
|
|
{
|
|
|
|
};
|
|
|
|
#endif // CSURFACE_HPP
|