borgware-2d/src/util.h

7 lines
58 B
C
Raw Permalink Normal View History

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