Ticket #145: gg_utils.h.patch
| File gg_utils.h.patch, 0.5 kB (added by draqo, 2 years ago) |
|---|
-
gnugo/utils/gg_utils.h
RCS file: /sources/gnugo/gnugo/utils/gg_utils.h,v retrieving revision 1.20 diff -u -r1.20 gg_utils.h
89 89 void update_random_seed(void); 90 90 void set_random_seed(unsigned int seed); 91 91 unsigned int get_random_seed(void); 92 void reuse_random_seed(void);92 inline void reuse_random_seed(void); 93 93 94 94 95 95 #endif /* _GG_UTILS_H_ */
