borgware-2d/src/util.h

7 lines
58 B
C

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