Hearthforge
Sign in
Register
Simple-Go
Code
Branches
Tags
Commits
Issues
Patches
Releases
Pipelines
Simple-Go
/
simple-gtp.h
simple-gtp.h
⎇
647a5678 (detached)
master
1.0
1.1
Go
Raw
1
#ifndef
SIMPLE_GTP_H
2
#define
SIMPLE_GTP_H
3
#include
<string.h>
4
#include
<stdlib.h>
5
#include
<stdio.h>
6
#include
<string.h>
7
#include
<ctype.h>
8
#include
"simple-go.h"
9
#include
"cutils.h"
10
11
char*
handle_gtp_cmd
(
const
char*
msg
, game_state
*
game
);
12
13
#endif
//SIMPLE_GTP_H
14