-
Notifications
You must be signed in to change notification settings - Fork 1
/
helloworld.h
executable file
·51 lines (38 loc) · 2 KB
/
helloworld.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
##### # # # # ##### Pocket GnuGo
# # ## # # # # # #### for
# # # # # # # # # Pocket PC
# #### # # # # # # #### # # and Windows CE
# # # # # # # # # # # ---------
# # # ## # # # # # # Version
##### # # ##### ##### #### 2.6.1
(c) Ivan Davtchev ([email protected]), Alexander K. Seewald ([email protected])
Based on Pocket GNU Go 1.2.0 by Ivan Datchev and 2.6.0 by Alex Seewald
Includes code from:
GNUGO - the game of Go (Wei-Chi) Version 2.6
Copyright (C) Free Software Foundation, Inc.
written by Man Li,Daniel Bump, David Denholm, Gunnar Farneback, Nils Lohner,
Jerome Dumonteil, Tommy Thorn, Nicklas Ekstrand, Inge Wallin, Thomas Traber,
Douglas Ridgway, Teun Burgers, Tanguy Urvoy and Thien-Thi Nguyen.
*** IMPORTANT: ***
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation - version 2.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Please report any bug/fix, modification, suggestion to
*/
#if !defined(AFX_HELLOWORLD_H__C94FBC86_D8A0_11D4_B271_00105A11099D__INCLUDED_)
#define AFX_HELLOWORLD_H__C94FBC86_D8A0_11D4_B271_00105A11099D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "resource.h"
#define MENU_HEIGHT 26
#endif // !defined(AFX_HELLOWORLD_H__C94FBC86_D8A0_11D4_B271_00105A11099D__INCLUDED_)