diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-15 13:50:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-15 13:50:43 +0900 |
| commit | 1a8d6e0a251ddda1268d20b565b0eaa598d01b0e (patch) | |
| tree | ea4e79da2dbf89e4c42d41707939bb774a0589ed /src/common | |
| parent | :v: (diff) | |
| download | sharkey-1a8d6e0a251ddda1268d20b565b0eaa598d01b0e.tar.gz sharkey-1a8d6e0a251ddda1268d20b565b0eaa598d01b0e.tar.bz2 sharkey-1a8d6e0a251ddda1268d20b565b0eaa598d01b0e.zip | |
:v:
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/othello/ai/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/othello/ai/index.ts b/src/common/othello/ai/index.ts new file mode 100644 index 0000000000..5cd1db82da --- /dev/null +++ b/src/common/othello/ai/index.ts @@ -0,0 +1 @@ +require('./front'); |