11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
--- ltris/number.h 2000/10/19 14:34:25 1.1
|
|
+++ ltris/number.h 2000/10/19 14:34:39
|
|
@@ -24,6 +24,7 @@
|
|
*/
|
|
|
|
#include "sdl.h"
|
|
+#include <sys/types.h>
|
|
#include <sys/timeb.h>
|
|
|
|
class Number {
|