adapt to brlib 0.3

This commit is contained in:
2024-01-06 19:54:22 +01:00
parent 558be57c58
commit 1aa419392e
6 changed files with 12 additions and 20 deletions

View File

@@ -15,9 +15,10 @@
#define POSITION_H
#include <stdint.h>
#include <pool.h>
#include <list.h>
#include <bits.h>
#include "pool.h"
#include "list.h"
#include "bitops.h"
#include "board.h"
#include "chessdefs.h"