simple-gtp.h
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/simple-go.h>
9#include <cutils/cutils.h>
10
11char* handle_gtp_cmd(const char* msg, game_state* game);
12
13#endif //SIMPLE_GTP_H
14