hedgewars/pas2c.h
changeset 7041 76a9274f280f
parent 7038 d853e4385241
child 7043 7c080e5ac8d0
equal deleted inserted replaced
7040:4aff2da0d0b3 7041:76a9274f280f
   103 
   103 
   104 bool Assigned(void * a);
   104 bool Assigned(void * a);
   105 
   105 
   106 int random(int max);
   106 int random(int max);
   107 int abs(int i);
   107 int abs(int i);
       
   108 double sqr(double n);
       
   109 double sqrt(double n);
       
   110 int trunc(double n);