Fixed warnings from linux and Android compilers
Cleaned up network code on Linux, it still does not work correctly
This commit is contained in:
@@ -10,6 +10,7 @@ struct Pos
|
||||
float width, height;
|
||||
PIXEL_TYPE mask;
|
||||
Pos(float, float, float, float, float);
|
||||
virtual ~Pos(){};
|
||||
virtual void Update(float dt);
|
||||
void UpdateNow();
|
||||
virtual void Render();
|
||||
|
||||
Reference in New Issue
Block a user