mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-21 22:10:54 +00:00
Merge branch 'gccwarn' into controllerfixup
This commit is contained in:
commit
f9357e7fca
99 changed files with 1238 additions and 792 deletions
|
@ -30,8 +30,8 @@ class Web : public RenderObject
|
|||
public:
|
||||
Web();
|
||||
int addPoint(const Vector &point = Vector(0,0));
|
||||
void setPoint(int pt, const Vector &v);
|
||||
Vector getPoint(int pt) const;
|
||||
void setPoint(size_t pt, const Vector &v);
|
||||
Vector getPoint(size_t pt) const;
|
||||
void setParentEntity(Entity *e);
|
||||
int getNumPoints();
|
||||
typedef std::list<Web*> Webs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue