whoooosh!
This commit is contained in:
@@ -12,9 +12,10 @@ public:
|
||||
Bullet(Vector3f pos, Vector3f dir, uint64_t tid);
|
||||
~Bullet();
|
||||
|
||||
bool Update(World* world, float elapsedtime);
|
||||
bool Update(World* world, float elapsedtime, int perframe);
|
||||
void Transpose(int& x, int& z);
|
||||
Vector3f getPos();
|
||||
Vector3f getPos() const;
|
||||
Vector3f getVel() const;
|
||||
uint64_t getTeamID();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user