textcolor() is now available in the text input manager.
[super-star-trek.git] / sstlinux.h
1 #ifndef __SSTLINUX_H
2 #define __SSTLINUX_H
3
4 int c_printf (char *format, ... );
5 void sound(unsigned int);
6 void nosound(void);
7
8 #ifdef SERGEEV
9 extern WINDOW *conio_scr;
10 #endif /* SERGEEV */
11
12 #define delay(x) usleep(x*1000)
13 #define randomize() srand((unsigned)time(NULL))
14
15 #endif