BLI: put C++ data structures in "blender" namespace instead of "BLI"
We plan to use the "blender" namespace in other modules as well.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "BLI_float3.hh"
|
||||
|
||||
namespace BLI {
|
||||
namespace blender {
|
||||
|
||||
struct float2 {
|
||||
float x, y;
|
||||
@@ -81,6 +81,6 @@ struct float2 {
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace BLI
|
||||
} // namespace blender
|
||||
|
||||
#endif /* __BLI_FLOAT2_HH__ */
|
||||
|
||||
Reference in New Issue
Block a user