We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6089084 commit c71893fCopy full SHA for c71893f
src/bzfs/WorldInfo.h
@@ -72,7 +72,6 @@ class WorldInfo
72
void setSize ( float x, float y );
73
void setGravity ( float g );
74
75
- void addWall(float x, float y, float z, float r, float w, float h);
76
void addLink(int from, int to);
77
void addLink(const std::string& from, const std::string& to);
78
0 commit comments