File: plasma.h

package info (click to toggle)
cgoban 1.9.14-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,420 kB
  • ctags: 3,913
  • sloc: ansic: 36,036; sh: 702; makefile: 254
file content (22 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * src/gogame.h, part of Complete Goban (game program)
 * Copyright (C) 1995 William Shubert.
 * See "configure.h.in" for more copyright information.
 */


#ifndef  _PLASMA_H_
#define  _PLASMA_H_  1

/**********************************************************************
 * Constants
 **********************************************************************/
#define  PLASMA_SIZE    512


/**********************************************************************
 * Functions
 **********************************************************************/
extern uchar  *plasma(void);

#endif  /* _PLASMA_H_ */