libscid snapshot+0cce79d72e38
Chess applications made easy.
Source on GitHub License GPL v2
Loading...
Searching...
No Matches
scid.h
1#ifndef SCID_SCID_H
2#define SCID_SCID_H
3
4#include "scid/_platform.h"
5#include "scid/database.h"
6#include "scid/eco.h"
7#include "scid/game.h"
8#include "scid/movespec.h"
9#include "scid/position.h"
10#include "scid/primitives.h"
11
12#endif