borgware-2d/util.h
2008-12-04 03:34:55 +00:00

6 lines
58 B
C

#ifndef UTIL_H
#define UTIL_H
void wait(int ms);
#endif