mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add entityclass::removeentity()
Ok, once we switch everything over to not use the 'active' system, it's easier to read removeentity(t) than it is to read entities.erase(entities.begin() + t).
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
|
||||
void createblock(int t, int xp, int yp, int w, int h, int trig = 0);
|
||||
|
||||
void removeentity(int t);
|
||||
|
||||
void removeallblocks();
|
||||
|
||||
void removeblock(int t);
|
||||
|
||||
Reference in New Issue
Block a user