J :
* Interface for damage assignment.
This commit is contained in:
@@ -8,6 +8,7 @@ struct Pos {
|
||||
float x, y, zoom, t, alpha;
|
||||
Pos(float, float, float, float, float);
|
||||
virtual void Update(float dt);
|
||||
void UpdateNow();
|
||||
virtual void Render();
|
||||
void Render(JQuad*);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user