mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-21 05:02:17 +01:00
DroidFish: Cosmetic change.
This commit is contained in:
@@ -20,12 +20,12 @@ package org.petero.droidfish;
|
|||||||
|
|
||||||
/** Settings controlling PGN import/export */
|
/** Settings controlling PGN import/export */
|
||||||
public class PGNOptions {
|
public class PGNOptions {
|
||||||
/** Pieces displayed as english letters. */
|
/** Pieces displayed as English letters. */
|
||||||
public static final int PT_ENGLISH = 0;
|
public static final int PT_ENGLISH = 0;
|
||||||
/** Pieces displayed as local language letters. */
|
/** Pieces displayed as local language letters. */
|
||||||
public static final int PT_LOCAL = 1;
|
public static final int PT_LOCAL = 1;
|
||||||
/** Piece displayed in figurine notation, by using UniCode characters
|
/** Piece displayed in figurine notation, by using UniCode characters
|
||||||
* and a special font. */
|
* and a special font. */
|
||||||
public static final int PT_FIGURINE = 2;
|
public static final int PT_FIGURINE = 2;
|
||||||
|
|
||||||
public static class Viewer {
|
public static class Viewer {
|
||||||
|
|||||||
Reference in New Issue
Block a user