made a ball move
[physics.git] / src / ticks.h
index 239ef0c..853f4d7 100644 (file)
@@ -12,6 +12,4 @@ long int tickCountMilli();
 // returns the current microseconds from program start
 long int tickCountMicro();
 
-void wait(int);
-
 #endif // TICKS_H