Remove some useless "Nz::" (#159)
* Remove useless "Nz::" * Remove useless "Nz::" * REmove useless "Nz::" * Remove useless "Nz::"
This commit is contained in:
@@ -35,13 +35,13 @@ namespace Nz
|
||||
PhysWorld3D(PhysWorld3D&&) = delete; ///TODO
|
||||
~PhysWorld3D();
|
||||
|
||||
int CreateMaterial(Nz::String name = Nz::String());
|
||||
int CreateMaterial(String name = String());
|
||||
|
||||
void ForEachBodyInAABB(const Nz::Boxf& box, BodyIterator iterator);
|
||||
void ForEachBodyInAABB(const Boxf& box, BodyIterator iterator);
|
||||
|
||||
Vector3f GetGravity() const;
|
||||
NewtonWorld* GetHandle() const;
|
||||
int GetMaterial(const Nz::String& name);
|
||||
int GetMaterial(const String& name);
|
||||
std::size_t GetMaxStepCount() const;
|
||||
float GetStepSize() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user