-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSGF.h
32 lines (27 loc) · 778 Bytes
/
SGF.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
//
// Created by jan on 4/18/21.
//
#ifndef GOBAN_SGF_H
#define GOBAN_SGF_H
#undef None
#define SGFCPLUSPLUS_STATIC_DEFINE
#include <ISgfcTreeBuilder.h>
#include <ISgfcPropertyFactory.h>
#include <ISgfcPropertyValueFactory.h>
#include <ISgfcPropertyValue.h>
#include <SgfcPlusPlusFactory.h>
#include <SgfcPlusPlusExport.h>
#include <SgfcConstants.h>
#include <ISgfcGoMovePropertyValue.h>
#include <ISgfcBoardSizeProperty.h>
#include <SgfcGoPointNotation.h>
#include <ISgfcNumberPropertyValue.h>
#include <ISgfcRealPropertyValue.h>
#include <ISgfcStonePropertyValue.h>
#include <ISgfcSimpleTextPropertyValue.h>
#include <ISgfcTextPropertyValue.h>
#include <ISgfcGame.h>
#include <ISgfcNode.h>
#include <ISgfcDocument.h>
#include <ISgfcDocumentWriter.h>
#endif //GOBAN_SGF_H