Remove some useless "Nz::" (#159)

* Remove useless "Nz::"

* Remove useless "Nz::"

* REmove useless "Nz::"

* Remove useless "Nz::"
This commit is contained in:
Faymoon
2018-02-17 12:47:16 +01:00
committed by Jérôme Leclercq
parent af12c5ed92
commit cd526d6145
4 changed files with 19 additions and 19 deletions

View File

@@ -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;