DroidFish: Renamed gtb package to tb.

This commit is contained in:
Peter Osterlund
2014-10-12 00:32:56 +00:00
parent b285d6ed6c
commit d5341ed0e1
14 changed files with 67 additions and 64 deletions

View File

@@ -27,7 +27,7 @@ static const char** paths = NULL;
JNIEXPORT jboolean
JNICALL Java_org_petero_droidfish_gtb_GtbProbe_init(
JNICALL Java_org_petero_droidfish_tb_GtbProbe_init(
JNIEnv* env, jclass cls, jstring jTbPath)
{
initOk = false;
@@ -70,7 +70,7 @@ JNICALL Java_org_petero_droidfish_gtb_GtbProbe_init(
#define BLACK_TO_MOVE 1
JNIEXPORT jboolean
JNICALL Java_org_petero_droidfish_gtb_GtbProbe_probeHard(
JNICALL Java_org_petero_droidfish_tb_GtbProbe_probeHard(
JNIEnv* env, jobject ths,
jboolean wtm, jint epSq, jint castleMask,
jintArray whiteSquares, jintArray blackSquares,