mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-17 17:05:24 +00:00
added boo namespace
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
#ifndef ISURFACE_HPP
|
||||
#define ISURFACE_HPP
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
class ISurface
|
||||
{
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
#endif // CSURFACE_HPP
|
||||
}
|
||||
|
||||
#endif // CSURFACE_HPP
|
||||
|
||||
Reference in New Issue
Block a user