Guest User

Untitled

a guest
May 20th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.56 KB | None | 0 0
  1.     - Field 'data' could not be resolved
  2.     - Field 'textureWidth' could not be
  3.      resolved
  4.     - invalid type argument of '-
  5.      >' (have 'int')
  6.  
  7.    int u,u2, um = 3, x = 0, y = 0, cibleNum="non",sec=0,cursorT=0;
  8.  
  9. typedef struct objet{
  10.  
  11.         float x;
  12.         float y;
  13.         float life;
  14.         float lifeM;
  15.         int img;
  16.  
  17. }objet;
  18.    for(u=0;u<100;u++)
  19.        {
  20.         unite[u].x = (rand() % (300 - 50 +1));
  21.         unite[u].y = (rand() % (300 - 50 +1));
  22.         unite[u].life = (45);
  23.         unite[u].lifeM = (45);
  24.         unite[u].img = (marrin_stand01);
  25.        }
Add Comment
Please, Sign In to add comment