repo.or.cz
/
NALCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pawn now changes into a queen when its promoted.
[NALCG.git]
/
src
/
ai.cpp
blob
cdf6792db949afe2bc16ad5d526edbdf261e8e8b
1
// class dependencies
2
#include
"ai.h"
3
4
// system includes
5
6
AI
::
AI
()
7
{
8
9
}
10