added boo namespace

This commit is contained in:
Jack Andersen
2015-04-29 00:24:39 -10:00
parent 8442c492d4
commit d4b1211c24
31 changed files with 197 additions and 57 deletions

View File

@@ -1,10 +1,15 @@
#ifndef ISURFACE_HPP
#define ISURFACE_HPP
namespace boo
{
class ISurface
{
public:
};
#endif // CSURFACE_HPP
}
#endif // CSURFACE_HPP