diff options
author | mva <mva@FreeBSD.org> | 2014-01-18 05:22:05 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-01-18 05:22:05 +0800 |
commit | 9941dc79e8356a2a3744e42735b080e9d7dee8fa (patch) | |
tree | 73efa1a2b3606abcb00038be3c4c6e60edea96c5 /games | |
parent | 6cdab3376ce6e2fe1bd83c41eae6cf81b3411bda (diff) | |
download | freebsd-ports-gnome-9941dc79e8356a2a3744e42735b080e9d7dee8fa.tar.gz freebsd-ports-gnome-9941dc79e8356a2a3744e42735b080e9d7dee8fa.tar.zst freebsd-ports-gnome-9941dc79e8356a2a3744e42735b080e9d7dee8fa.zip |
- Enable stagedir support
- Use PYDISTUTILS_AUTOPLIST
Diffstat (limited to 'games')
-rw-r--r-- | games/pysolfc/Makefile | 37 | ||||
-rw-r--r-- | games/pysolfc/pkg-plist | 3003 |
2 files changed, 11 insertions, 3029 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 9d35f070138e..d7d35680e932 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,4 +1,3 @@ -# Created by: Marcus von Appen # $FreeBSD$ PORTNAME= pysolfc @@ -21,8 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinte USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= PySolFC +PYDISTUTILS_AUTOPLIST= yes +PLIST_FILES= share/pixmaps/pysolfc.png DATADIR= ${PREFIX}/share/PySolFC WRKSRC= ${WRKDIR}/PySolFC-${PORTVERSION} PORTDOCS= README @@ -34,23 +34,12 @@ CARDSET_DUPS= 2000 crystal-mahjongg dashavatara-ganjifa dondorf \ OPTIONS_DEFINE= CARDSETS DOCS NLS CARDSETS_DESC= Install additional cardsets +OPTIONS_SUB= yes -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MCARDSETS} -DISTFILES+= PySolFC-Cardsets-${DISTVERSION}${EXTRACT_SUFX}:cardsets -PLIST_SUB+= CARDSETS="" -.else -PLIST_SUB+= CARDSETS="@comment " -.endif +CARDSETS_DISTFILES= PySolFC-Cardsets-${DISTVERSION}${EXTRACT_SUFX}:cardsets +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include <bsd.port.options.mk> post-patch: @${MV} ${WRKSRC}/pysol.py ${WRKSRC}/pysolfc @@ -66,26 +55,22 @@ post-patch: ${XARGS} ${RM} -rf @${FIND} ${WRKSRC} -name "*.bak" -delete - post-install: - ${LN} -sf ${PREFIX}/share/icons/pysol01.png \ - ${PREFIX}/share/pixmaps/${PORTNAME}.png + ${LN} -s ${PREFIX}/share/icons/pysol01.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .if ${PORT_OPTIONS:MCARDSETS} .for cdir in ${CARDSET_DUPS} @${RM} -rf ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION}/cardset-${cdir} .endfor @cd ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION} && \ - ${COPYTREE_SHARE} \* ${DATADIR} + ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} @cd ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION} && \ ${FIND} . -type f | ${SED} -e 's|^./|${DATADIR_REL}/|' >> ${TMPPLIST} @cd ${WRKDIR}/PySolFC-Cardsets-${PORTVERSION} && \ ${FIND} . -type d -mindepth 1 | ${SORT} -r | \ ${SED} -e 's|^./|@dirrm ${DATADIR_REL}/|' >> ${TMPPLIST} .endif - @${ECHO} '@dirrm ${DATADIR_REL}' >> ${TMPPLIST} -.if ${PORT_OPTIONS:MDOCS} - @${INSTALL} -d ${DOCSDIR}/ - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ -.endif + @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/ + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> diff --git a/games/pysolfc/pkg-plist b/games/pysolfc/pkg-plist deleted file mode 100644 index 97e5371ccfe9..000000000000 --- a/games/pysolfc/pkg-plist +++ /dev/null @@ -1,3003 +0,0 @@ -bin/pysolfc -%%PYTHON_SITELIBDIR%%/pysollib/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/acard.py -%%PYTHON_SITELIBDIR%%/pysollib/acard.pyc -%%PYTHON_SITELIBDIR%%/pysollib/acard.pyo -%%PYTHON_SITELIBDIR%%/pysollib/actions.py -%%PYTHON_SITELIBDIR%%/pysollib/actions.pyc -%%PYTHON_SITELIBDIR%%/pysollib/actions.pyo -%%PYTHON_SITELIBDIR%%/pysollib/app.py -%%PYTHON_SITELIBDIR%%/pysollib/app.pyc -%%PYTHON_SITELIBDIR%%/pysollib/app.pyo -%%PYTHON_SITELIBDIR%%/pysollib/configobj/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/configobj/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/configobj/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/configobj/configobj.py -%%PYTHON_SITELIBDIR%%/pysollib/configobj/configobj.pyc -%%PYTHON_SITELIBDIR%%/pysollib/configobj/configobj.pyo -%%PYTHON_SITELIBDIR%%/pysollib/configobj/validate.py -%%PYTHON_SITELIBDIR%%/pysollib/configobj/validate.pyc -%%PYTHON_SITELIBDIR%%/pysollib/configobj/validate.pyo -%%PYTHON_SITELIBDIR%%/pysollib/customgame.py -%%PYTHON_SITELIBDIR%%/pysollib/customgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/customgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/game.py -%%PYTHON_SITELIBDIR%%/pysollib/game.pyc -%%PYTHON_SITELIBDIR%%/pysollib/game.pyo -%%PYTHON_SITELIBDIR%%/pysollib/gamedb.py -%%PYTHON_SITELIBDIR%%/pysollib/gamedb.pyc -%%PYTHON_SITELIBDIR%%/pysollib/gamedb.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/games/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/acesup.py -%%PYTHON_SITELIBDIR%%/pysollib/games/acesup.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/acesup.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/algerian.py -%%PYTHON_SITELIBDIR%%/pysollib/games/algerian.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/algerian.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/auldlangsyne.py -%%PYTHON_SITELIBDIR%%/pysollib/games/auldlangsyne.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/auldlangsyne.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/bakersdozen.py -%%PYTHON_SITELIBDIR%%/pysollib/games/bakersdozen.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/bakersdozen.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/bakersgame.py -%%PYTHON_SITELIBDIR%%/pysollib/games/bakersgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/bakersgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/beleagueredcastle.py -%%PYTHON_SITELIBDIR%%/pysollib/games/beleagueredcastle.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/beleagueredcastle.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/bisley.py -%%PYTHON_SITELIBDIR%%/pysollib/games/bisley.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/bisley.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/braid.py -%%PYTHON_SITELIBDIR%%/pysollib/games/braid.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/braid.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/bristol.py -%%PYTHON_SITELIBDIR%%/pysollib/games/bristol.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/bristol.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/buffalobill.py -%%PYTHON_SITELIBDIR%%/pysollib/games/buffalobill.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/buffalobill.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/calculation.py -%%PYTHON_SITELIBDIR%%/pysollib/games/calculation.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/calculation.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/camelot.py -%%PYTHON_SITELIBDIR%%/pysollib/games/camelot.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/camelot.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/canfield.py -%%PYTHON_SITELIBDIR%%/pysollib/games/canfield.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/canfield.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/capricieuse.py -%%PYTHON_SITELIBDIR%%/pysollib/games/capricieuse.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/capricieuse.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/curdsandwhey.py -%%PYTHON_SITELIBDIR%%/pysollib/games/curdsandwhey.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/curdsandwhey.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/dieboesesieben.py -%%PYTHON_SITELIBDIR%%/pysollib/games/dieboesesieben.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/dieboesesieben.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/diplomat.py -%%PYTHON_SITELIBDIR%%/pysollib/games/diplomat.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/diplomat.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/doublets.py -%%PYTHON_SITELIBDIR%%/pysollib/games/doublets.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/doublets.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/eiffeltower.py -%%PYTHON_SITELIBDIR%%/pysollib/games/eiffeltower.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/eiffeltower.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/fan.py -%%PYTHON_SITELIBDIR%%/pysollib/games/fan.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/fan.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/fortythieves.py -%%PYTHON_SITELIBDIR%%/pysollib/games/fortythieves.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/fortythieves.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/freecell.py -%%PYTHON_SITELIBDIR%%/pysollib/games/freecell.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/freecell.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/glenwood.py -%%PYTHON_SITELIBDIR%%/pysollib/games/glenwood.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/glenwood.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/golf.py -%%PYTHON_SITELIBDIR%%/pysollib/games/golf.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/golf.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/grandduchess.py -%%PYTHON_SITELIBDIR%%/pysollib/games/grandduchess.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/grandduchess.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/grandfathersclock.py -%%PYTHON_SITELIBDIR%%/pysollib/games/grandfathersclock.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/grandfathersclock.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/gypsy.py -%%PYTHON_SITELIBDIR%%/pysollib/games/gypsy.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/gypsy.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/harp.py -%%PYTHON_SITELIBDIR%%/pysollib/games/harp.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/harp.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/headsandtails.py -%%PYTHON_SITELIBDIR%%/pysollib/games/headsandtails.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/headsandtails.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/katzenschwanz.py -%%PYTHON_SITELIBDIR%%/pysollib/games/katzenschwanz.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/katzenschwanz.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/klondike.py -%%PYTHON_SITELIBDIR%%/pysollib/games/klondike.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/klondike.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/labyrinth.py -%%PYTHON_SITELIBDIR%%/pysollib/games/labyrinth.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/labyrinth.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/larasgame.py -%%PYTHON_SITELIBDIR%%/pysollib/games/larasgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/larasgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg.py -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg1.py -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg1.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg1.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg2.py -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg2.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg2.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg3.py -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg3.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/mahjongg3.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/shisensho.py -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/shisensho.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg/shisensho.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/matriarchy.py -%%PYTHON_SITELIBDIR%%/pysollib/games/matriarchy.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/matriarchy.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/montana.py -%%PYTHON_SITELIBDIR%%/pysollib/games/montana.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/montana.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/montecarlo.py -%%PYTHON_SITELIBDIR%%/pysollib/games/montecarlo.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/montecarlo.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/napoleon.py -%%PYTHON_SITELIBDIR%%/pysollib/games/napoleon.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/napoleon.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/needle.py -%%PYTHON_SITELIBDIR%%/pysollib/games/needle.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/needle.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/numerica.py -%%PYTHON_SITELIBDIR%%/pysollib/games/numerica.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/numerica.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/osmosis.py -%%PYTHON_SITELIBDIR%%/pysollib/games/osmosis.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/osmosis.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/parallels.py -%%PYTHON_SITELIBDIR%%/pysollib/games/parallels.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/parallels.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/pasdedeux.py -%%PYTHON_SITELIBDIR%%/pysollib/games/pasdedeux.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/pasdedeux.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/picturegallery.py -%%PYTHON_SITELIBDIR%%/pysollib/games/picturegallery.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/picturegallery.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/pileon.py -%%PYTHON_SITELIBDIR%%/pysollib/games/pileon.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/pileon.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/pushpin.py -%%PYTHON_SITELIBDIR%%/pysollib/games/pushpin.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/pushpin.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/pyramid.py -%%PYTHON_SITELIBDIR%%/pysollib/games/pyramid.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/pyramid.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/royalcotillion.py -%%PYTHON_SITELIBDIR%%/pysollib/games/royalcotillion.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/royalcotillion.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/royaleast.py -%%PYTHON_SITELIBDIR%%/pysollib/games/royaleast.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/royaleast.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/sanibel.py -%%PYTHON_SITELIBDIR%%/pysollib/games/sanibel.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/sanibel.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/siebenbisas.py -%%PYTHON_SITELIBDIR%%/pysollib/games/siebenbisas.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/siebenbisas.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/simplex.py -%%PYTHON_SITELIBDIR%%/pysollib/games/simplex.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/simplex.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/special/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/games/special/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/special/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/special/hanoi.py -%%PYTHON_SITELIBDIR%%/pysollib/games/special/hanoi.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/special/hanoi.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/special/memory.py -%%PYTHON_SITELIBDIR%%/pysollib/games/special/memory.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/special/memory.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/special/pegged.py -%%PYTHON_SITELIBDIR%%/pysollib/games/special/pegged.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/special/pegged.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/special/poker.py -%%PYTHON_SITELIBDIR%%/pysollib/games/special/poker.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/special/poker.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/special/tarock.py -%%PYTHON_SITELIBDIR%%/pysollib/games/special/tarock.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/special/tarock.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/spider.py -%%PYTHON_SITELIBDIR%%/pysollib/games/spider.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/spider.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/sthelena.py -%%PYTHON_SITELIBDIR%%/pysollib/games/sthelena.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/sthelena.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/sultan.py -%%PYTHON_SITELIBDIR%%/pysollib/games/sultan.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/sultan.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/takeaway.py -%%PYTHON_SITELIBDIR%%/pysollib/games/takeaway.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/takeaway.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/terrace.py -%%PYTHON_SITELIBDIR%%/pysollib/games/terrace.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/terrace.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/threepeaks.py -%%PYTHON_SITELIBDIR%%/pysollib/games/threepeaks.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/threepeaks.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/tournament.py -%%PYTHON_SITELIBDIR%%/pysollib/games/tournament.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/tournament.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/dashavatara.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/dashavatara.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/dashavatara.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda1.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda1.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda1.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda_common.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda_common.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hanafuda_common.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hexadeck.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hexadeck.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/hexadeck.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/larasgame.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/larasgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/larasgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/matrix.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/matrix.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/matrix.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/mughal.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/mughal.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/mughal.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/tarock.py -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/tarock.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/ultra/tarock.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/unionsquare.py -%%PYTHON_SITELIBDIR%%/pysollib/games/unionsquare.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/unionsquare.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/wavemotion.py -%%PYTHON_SITELIBDIR%%/pysollib/games/wavemotion.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/wavemotion.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/windmill.py -%%PYTHON_SITELIBDIR%%/pysollib/games/windmill.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/windmill.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/yukon.py -%%PYTHON_SITELIBDIR%%/pysollib/games/yukon.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/yukon.pyo -%%PYTHON_SITELIBDIR%%/pysollib/games/zodiac.py -%%PYTHON_SITELIBDIR%%/pysollib/games/zodiac.pyc -%%PYTHON_SITELIBDIR%%/pysollib/games/zodiac.pyo -%%PYTHON_SITELIBDIR%%/pysollib/help.py -%%PYTHON_SITELIBDIR%%/pysollib/help.pyc -%%PYTHON_SITELIBDIR%%/pysollib/help.pyo -%%PYTHON_SITELIBDIR%%/pysollib/hint.py -%%PYTHON_SITELIBDIR%%/pysollib/hint.pyc -%%PYTHON_SITELIBDIR%%/pysollib/hint.pyo -%%PYTHON_SITELIBDIR%%/pysollib/images.py -%%PYTHON_SITELIBDIR%%/pysollib/images.pyc -%%PYTHON_SITELIBDIR%%/pysollib/images.pyo -%%PYTHON_SITELIBDIR%%/pysollib/init.py -%%PYTHON_SITELIBDIR%%/pysollib/init.pyc -%%PYTHON_SITELIBDIR%%/pysollib/init.pyo -%%PYTHON_SITELIBDIR%%/pysollib/layout.py -%%PYTHON_SITELIBDIR%%/pysollib/layout.pyc -%%PYTHON_SITELIBDIR%%/pysollib/layout.pyo -%%PYTHON_SITELIBDIR%%/pysollib/macosx/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/macosx/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/macosx/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/macosx/appSupport.py -%%PYTHON_SITELIBDIR%%/pysollib/macosx/appSupport.pyc -%%PYTHON_SITELIBDIR%%/pysollib/macosx/appSupport.pyo -%%PYTHON_SITELIBDIR%%/pysollib/main.py -%%PYTHON_SITELIBDIR%%/pysollib/main.pyc -%%PYTHON_SITELIBDIR%%/pysollib/main.pyo -%%PYTHON_SITELIBDIR%%/pysollib/mfxutil.py -%%PYTHON_SITELIBDIR%%/pysollib/mfxutil.pyc -%%PYTHON_SITELIBDIR%%/pysollib/mfxutil.pyo -%%PYTHON_SITELIBDIR%%/pysollib/move.py -%%PYTHON_SITELIBDIR%%/pysollib/move.pyc -%%PYTHON_SITELIBDIR%%/pysollib/move.pyo -%%PYTHON_SITELIBDIR%%/pysollib/options.py -%%PYTHON_SITELIBDIR%%/pysollib/options.pyc -%%PYTHON_SITELIBDIR%%/pysollib/options.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolaudio.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolaudio.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolaudio.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/card.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/card.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/card.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/colorsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/colorsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/colorsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/edittextdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/edittextdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/edittextdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/findcarddialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/findcarddialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/findcarddialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/fontsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/fontsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/fontsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/gameinfodialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/gameinfodialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/gameinfodialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/menubar.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/menubar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/menubar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/playeroptionsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/playeroptionsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/playeroptionsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/progressbar.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/progressbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/progressbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/pysoltree.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/pysoltree.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/pysoltree.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selectcardset.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selectcardset.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selectcardset.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selectgame.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selectgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selectgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selecttile.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selecttile.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/selecttile.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/solverdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/solverdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/solverdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/soundoptionsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/soundoptionsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/soundoptionsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/statusbar.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/statusbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/statusbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/timeoutsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/timeoutsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/timeoutsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkcanvas.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkcanvas.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkcanvas.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkconst.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkconst.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkconst.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkhtml.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkhtml.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkhtml.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkstats.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkstats.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkstats.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkutil.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkutil.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkutil.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkwidget.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkwidget.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkwidget.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkwrap.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkwrap.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/tkwrap.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/toolbar.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/toolbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolgtk/toolbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysolrandom.py -%%PYTHON_SITELIBDIR%%/pysollib/pysolrandom.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysolrandom.pyo -%%PYTHON_SITELIBDIR%%/pysollib/pysoltk.py -%%PYTHON_SITELIBDIR%%/pysollib/pysoltk.pyc -%%PYTHON_SITELIBDIR%%/pysollib/pysoltk.pyo -%%PYTHON_SITELIBDIR%%/pysollib/resource.py -%%PYTHON_SITELIBDIR%%/pysollib/resource.pyc -%%PYTHON_SITELIBDIR%%/pysollib/resource.pyo -%%PYTHON_SITELIBDIR%%/pysollib/settings.py -%%PYTHON_SITELIBDIR%%/pysollib/settings.pyc -%%PYTHON_SITELIBDIR%%/pysollib/settings.pyo -%%PYTHON_SITELIBDIR%%/pysollib/stack.py -%%PYTHON_SITELIBDIR%%/pysollib/stack.pyc -%%PYTHON_SITELIBDIR%%/pysollib/stack.pyo -%%PYTHON_SITELIBDIR%%/pysollib/stats.py -%%PYTHON_SITELIBDIR%%/pysollib/stats.pyc -%%PYTHON_SITELIBDIR%%/pysollib/stats.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/card.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/card.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/card.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/colorsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/colorsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/colorsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/edittextdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/edittextdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/edittextdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/findcarddialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/findcarddialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/findcarddialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/fontsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/fontsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/fontsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/gameinfodialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/gameinfodialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/gameinfodialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/menubar.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/menubar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/menubar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/playeroptionsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/playeroptionsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/playeroptionsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/progressbar.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/progressbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/progressbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/selectcardset.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/selectcardset.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/selectcardset.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/selectgame.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/selectgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/selectgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/selecttile.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/selecttile.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/selecttile.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/selecttree.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/selecttree.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/selecttree.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/solverdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/solverdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/solverdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/soundoptionsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/soundoptionsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/soundoptionsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/statusbar.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/statusbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/statusbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/timeoutsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/timeoutsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/timeoutsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkcanvas.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkcanvas.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkcanvas.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkconst.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkconst.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkconst.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkhtml.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkhtml.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkhtml.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/ttk.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/ttk.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/ttk.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkstats.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkstats.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkstats.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tktree.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tktree.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tktree.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkutil.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkutil.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkutil.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkwidget.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkwidget.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkwidget.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkwrap.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkwrap.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/tkwrap.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/toolbar.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/toolbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/toolbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tile/wizarddialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tile/wizarddialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tile/wizarddialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/card.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/card.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/card.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/colorsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/colorsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/colorsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/edittextdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/edittextdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/edittextdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/findcarddialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/findcarddialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/findcarddialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/fontsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/fontsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/fontsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/gameinfodialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/gameinfodialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/gameinfodialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/menubar.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/menubar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/menubar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/playeroptionsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/playeroptionsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/playeroptionsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/progressbar.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/progressbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/progressbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/selectcardset.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/selectcardset.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/selectcardset.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/selectgame.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/selectgame.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/selectgame.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/selecttile.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/selecttile.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/selecttile.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/selecttree.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/selecttree.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/selecttree.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/solverdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/solverdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/solverdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/soundoptionsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/soundoptionsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/soundoptionsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/statusbar.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/statusbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/statusbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tabpage.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tabpage.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tabpage.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/timeoutsdialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/timeoutsdialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/timeoutsdialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkcanvas.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkcanvas.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkcanvas.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkconst.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkconst.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkconst.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkhtml.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkhtml.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkhtml.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkstats.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkstats.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkstats.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tktree.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tktree.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tktree.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkutil.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkutil.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkutil.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkwidget.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkwidget.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkwidget.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkwrap.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkwrap.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/tkwrap.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/toolbar.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/toolbar.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/toolbar.pyo -%%PYTHON_SITELIBDIR%%/pysollib/tk/wizarddialog.py -%%PYTHON_SITELIBDIR%%/pysollib/tk/wizarddialog.pyc -%%PYTHON_SITELIBDIR%%/pysollib/tk/wizarddialog.pyo -%%PYTHON_SITELIBDIR%%/pysollib/util.py -%%PYTHON_SITELIBDIR%%/pysollib/util.pyc -%%PYTHON_SITELIBDIR%%/pysollib/util.pyo -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/__init__.py -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/__init__.pyc -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/__init__.pyo -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/aqua.py -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/aqua.pyc -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/aqua.pyo -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/common.py -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/common.pyc -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/common.pyo -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/win32.py -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/win32.pyc -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/win32.pyo -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/x11.py -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/x11.pyc -%%PYTHON_SITELIBDIR%%/pysollib/winsystems/x11.pyo -%%PYTHON_SITELIBDIR%%/pysollib/wizardpresets.py -%%PYTHON_SITELIBDIR%%/pysollib/wizardpresets.pyc -%%PYTHON_SITELIBDIR%%/pysollib/wizardpresets.pyo -%%PYTHON_SITELIBDIR%%/pysollib/wizardutil.py -%%PYTHON_SITELIBDIR%%/pysollib/wizardutil.pyc -%%PYTHON_SITELIBDIR%%/pysollib/wizardutil.pyo -%%DATADIR%%/cardset-2000/01c.gif -%%DATADIR%%/cardset-2000/01d.gif -%%DATADIR%%/cardset-2000/01h.gif -%%DATADIR%%/cardset-2000/01s.gif -%%DATADIR%%/cardset-2000/02c.gif -%%DATADIR%%/cardset-2000/02d.gif -%%DATADIR%%/cardset-2000/02h.gif -%%DATADIR%%/cardset-2000/02s.gif -%%DATADIR%%/cardset-2000/03c.gif -%%DATADIR%%/cardset-2000/03d.gif -%%DATADIR%%/cardset-2000/03h.gif -%%DATADIR%%/cardset-2000/03s.gif -%%DATADIR%%/cardset-2000/04c.gif -%%DATADIR%%/cardset-2000/04d.gif -%%DATADIR%%/cardset-2000/04h.gif -%%DATADIR%%/cardset-2000/04s.gif -%%DATADIR%%/cardset-2000/05c.gif -%%DATADIR%%/cardset-2000/05d.gif -%%DATADIR%%/cardset-2000/05h.gif -%%DATADIR%%/cardset-2000/05s.gif -%%DATADIR%%/cardset-2000/06c.gif -%%DATADIR%%/cardset-2000/06d.gif -%%DATADIR%%/cardset-2000/06h.gif -%%DATADIR%%/cardset-2000/06s.gif -%%DATADIR%%/cardset-2000/07c.gif -%%DATADIR%%/cardset-2000/07d.gif -%%DATADIR%%/cardset-2000/07h.gif -%%DATADIR%%/cardset-2000/07s.gif -%%DATADIR%%/cardset-2000/08c.gif -%%DATADIR%%/cardset-2000/08d.gif -%%DATADIR%%/cardset-2000/08h.gif -%%DATADIR%%/cardset-2000/08s.gif -%%DATADIR%%/cardset-2000/09c.gif -%%DATADIR%%/cardset-2000/09d.gif -%%DATADIR%%/cardset-2000/09h.gif -%%DATADIR%%/cardset-2000/09s.gif -%%DATADIR%%/cardset-2000/10c.gif -%%DATADIR%%/cardset-2000/10d.gif -%%DATADIR%%/cardset-2000/10h.gif -%%DATADIR%%/cardset-2000/10s.gif -%%DATADIR%%/cardset-2000/11c.gif -%%DATADIR%%/cardset-2000/11d.gif -%%DATADIR%%/cardset-2000/11h.gif -%%DATADIR%%/cardset-2000/11s.gif -%%DATADIR%%/cardset-2000/12c.gif -%%DATADIR%%/cardset-2000/12d.gif -%%DATADIR%%/cardset-2000/12h.gif -%%DATADIR%%/cardset-2000/12s.gif -%%DATADIR%%/cardset-2000/13c.gif -%%DATADIR%%/cardset-2000/13d.gif -%%DATADIR%%/cardset-2000/13h.gif -%%DATADIR%%/cardset-2000/13s.gif -%%DATADIR%%/cardset-2000/COPYRIGHT -%%DATADIR%%/cardset-2000/back01.gif -%%DATADIR%%/cardset-2000/back02.gif -%%DATADIR%%/cardset-2000/back03.gif -%%DATADIR%%/cardset-2000/back04.gif -%%DATADIR%%/cardset-2000/back05.gif -%%DATADIR%%/cardset-2000/back06.gif -%%DATADIR%%/cardset-2000/back07.gif -%%DATADIR%%/cardset-2000/back08.gif -%%DATADIR%%/cardset-2000/back09.gif -%%DATADIR%%/cardset-2000/back10.gif -%%DATADIR%%/cardset-2000/bottom01-n.gif -%%DATADIR%%/cardset-2000/bottom01.gif -%%DATADIR%%/cardset-2000/bottom02-n.gif -%%DATADIR%%/cardset-2000/bottom02.gif -%%DATADIR%%/cardset-2000/bottom03-n.gif -%%DATADIR%%/cardset-2000/bottom03.gif -%%DATADIR%%/cardset-2000/bottom04-n.gif -%%DATADIR%%/cardset-2000/bottom04.gif -%%DATADIR%%/cardset-2000/bottom05-n.gif -%%DATADIR%%/cardset-2000/bottom05.gif -%%DATADIR%%/cardset-2000/bottom06-n.gif -%%DATADIR%%/cardset-2000/bottom06.gif -%%DATADIR%%/cardset-2000/bottom07-n.gif -%%DATADIR%%/cardset-2000/bottom07.gif -%%DATADIR%%/cardset-2000/config.txt -%%DATADIR%%/cardset-2000/l01-n.gif -%%DATADIR%%/cardset-2000/l01.gif -%%DATADIR%%/cardset-2000/l02-n.gif -%%DATADIR%%/cardset-2000/l02.gif -%%DATADIR%%/cardset-2000/l03-n.gif -%%DATADIR%%/cardset-2000/l03.gif -%%DATADIR%%/cardset-2000/l04-n.gif -%%DATADIR%%/cardset-2000/l04.gif -%%DATADIR%%/cardset-2000/shade.gif -%%DATADIR%%/cardset-2000/shadow00.gif -%%DATADIR%%/cardset-2000/shadow01.gif -%%DATADIR%%/cardset-2000/shadow02.gif -%%DATADIR%%/cardset-2000/shadow03.gif -%%DATADIR%%/cardset-2000/shadow04.gif -%%DATADIR%%/cardset-2000/shadow05.gif -%%DATADIR%%/cardset-2000/shadow06.gif -%%DATADIR%%/cardset-2000/shadow07.gif -%%DATADIR%%/cardset-2000/shadow08.gif -%%DATADIR%%/cardset-2000/shadow09.gif -%%DATADIR%%/cardset-2000/shadow10.gif -%%DATADIR%%/cardset-2000/shadow11.gif -%%DATADIR%%/cardset-2000/shadow12.gif -%%DATADIR%%/cardset-2000/shadow13.gif -%%DATADIR%%/cardset-2000/xshadow01.gif -%%DATADIR%%/cardset-2000/xshadow02.gif -%%DATADIR%%/cardset-2000/xshadow03.gif -%%DATADIR%%/cardset-2000/xshadow04.gif -%%DATADIR%%/cardset-2000/xshadow05.gif -%%DATADIR%%/cardset-2000/xshadow06.gif -%%DATADIR%%/cardset-2000/xshadow07.gif -%%DATADIR%%/cardset-2000/xshadow08.gif -%%DATADIR%%/cardset-2000/xshadow09.gif -%%DATADIR%%/cardset-2000/xshadow10.gif -%%DATADIR%%/cardset-2000/xshadow11.gif -%%DATADIR%%/cardset-2000/xshadow12.gif -%%DATADIR%%/cardset-2000/xshadow13.gif -%%DATADIR%%/cardset-crystal-mahjongg/01a.gif -%%DATADIR%%/cardset-crystal-mahjongg/01b.gif -%%DATADIR%%/cardset-crystal-mahjongg/01c.gif -%%DATADIR%%/cardset-crystal-mahjongg/01z.gif -%%DATADIR%%/cardset-crystal-mahjongg/02a.gif -%%DATADIR%%/cardset-crystal-mahjongg/02b.gif -%%DATADIR%%/cardset-crystal-mahjongg/02c.gif -%%DATADIR%%/cardset-crystal-mahjongg/02z.gif -%%DATADIR%%/cardset-crystal-mahjongg/03a.gif -%%DATADIR%%/cardset-crystal-mahjongg/03b.gif -%%DATADIR%%/cardset-crystal-mahjongg/03c.gif -%%DATADIR%%/cardset-crystal-mahjongg/03z.gif -%%DATADIR%%/cardset-crystal-mahjongg/04a.gif -%%DATADIR%%/cardset-crystal-mahjongg/04b.gif -%%DATADIR%%/cardset-crystal-mahjongg/04c.gif -%%DATADIR%%/cardset-crystal-mahjongg/04z.gif -%%DATADIR%%/cardset-crystal-mahjongg/05a.gif -%%DATADIR%%/cardset-crystal-mahjongg/05b.gif -%%DATADIR%%/cardset-crystal-mahjongg/05c.gif -%%DATADIR%%/cardset-crystal-mahjongg/05z.gif -%%DATADIR%%/cardset-crystal-mahjongg/06a.gif -%%DATADIR%%/cardset-crystal-mahjongg/06b.gif -%%DATADIR%%/cardset-crystal-mahjongg/06c.gif -%%DATADIR%%/cardset-crystal-mahjongg/06z.gif -%%DATADIR%%/cardset-crystal-mahjongg/07a.gif -%%DATADIR%%/cardset-crystal-mahjongg/07b.gif -%%DATADIR%%/cardset-crystal-mahjongg/07c.gif -%%DATADIR%%/cardset-crystal-mahjongg/07z.gif -%%DATADIR%%/cardset-crystal-mahjongg/08a.gif -%%DATADIR%%/cardset-crystal-mahjongg/08b.gif -%%DATADIR%%/cardset-crystal-mahjongg/08c.gif -%%DATADIR%%/cardset-crystal-mahjongg/08z.gif -%%DATADIR%%/cardset-crystal-mahjongg/09a.gif -%%DATADIR%%/cardset-crystal-mahjongg/09b.gif -%%DATADIR%%/cardset-crystal-mahjongg/09c.gif -%%DATADIR%%/cardset-crystal-mahjongg/09z.gif -%%DATADIR%%/cardset-crystal-mahjongg/10a.gif -%%DATADIR%%/cardset-crystal-mahjongg/10b.gif -%%DATADIR%%/cardset-crystal-mahjongg/10c.gif -%%DATADIR%%/cardset-crystal-mahjongg/10z.gif -%%DATADIR%%/cardset-crystal-mahjongg/11z.gif -%%DATADIR%%/cardset-crystal-mahjongg/12z.gif -%%DATADIR%%/cardset-crystal-mahjongg/COPYRIGHT -%%DATADIR%%/cardset-crystal-mahjongg/back01.gif -%%DATADIR%%/cardset-crystal-mahjongg/config.txt -%%DATADIR%%/cardset-crystal-mahjongg/shade.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/01j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/02j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/03j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/04j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/05j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/06j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/07j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/08j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/09j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/10j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/11j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12a.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12b.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12c.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12d.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12e.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12f.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12g.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12h.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12i.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/12j.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/COPYRIGHT -%%DATADIR%%/cardset-dashavatara-ganjifa/back01.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom01-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom01.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom02-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom02.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom03-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom03.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom04-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom04.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom05-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom05.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom06-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom06.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom07-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom07.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom08-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom08.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom09-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom09.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom10-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom10.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom11-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom11.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom12-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom12.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom13-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/bottom13.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/config.txt -%%DATADIR%%/cardset-dashavatara-ganjifa/l01-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l01.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l02-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l02.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l03-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l03.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l04-n.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/l04.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shade.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow00.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow01.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow02.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow03.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow04.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow05.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow06.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow07.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow08.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow09.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow10.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow11.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow12.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/shadow13.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow01.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow02.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow03.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow04.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow05.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow06.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow07.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow08.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow09.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow10.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow11.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow12.gif -%%DATADIR%%/cardset-dashavatara-ganjifa/xshadow13.gif -%%DATADIR%%/cardset-dondorf/01c.gif -%%DATADIR%%/cardset-dondorf/01d.gif -%%DATADIR%%/cardset-dondorf/01h.gif -%%DATADIR%%/cardset-dondorf/01s.gif -%%DATADIR%%/cardset-dondorf/01z.gif -%%DATADIR%%/cardset-dondorf/02c.gif -%%DATADIR%%/cardset-dondorf/02d.gif -%%DATADIR%%/cardset-dondorf/02h.gif -%%DATADIR%%/cardset-dondorf/02s.gif -%%DATADIR%%/cardset-dondorf/03c.gif -%%DATADIR%%/cardset-dondorf/03d.gif -%%DATADIR%%/cardset-dondorf/03h.gif -%%DATADIR%%/cardset-dondorf/03s.gif -%%DATADIR%%/cardset-dondorf/04c.gif -%%DATADIR%%/cardset-dondorf/04d.gif -%%DATADIR%%/cardset-dondorf/04h.gif -%%DATADIR%%/cardset-dondorf/04s.gif -%%DATADIR%%/cardset-dondorf/05c.gif -%%DATADIR%%/cardset-dondorf/05d.gif -%%DATADIR%%/cardset-dondorf/05h.gif -%%DATADIR%%/cardset-dondorf/05s.gif -%%DATADIR%%/cardset-dondorf/06c.gif -%%DATADIR%%/cardset-dondorf/06d.gif -%%DATADIR%%/cardset-dondorf/06h.gif -%%DATADIR%%/cardset-dondorf/06s.gif -%%DATADIR%%/cardset-dondorf/07c.gif -%%DATADIR%%/cardset-dondorf/07d.gif -%%DATADIR%%/cardset-dondorf/07h.gif -%%DATADIR%%/cardset-dondorf/07s.gif -%%DATADIR%%/cardset-dondorf/08c.gif -%%DATADIR%%/cardset-dondorf/08d.gif -%%DATADIR%%/cardset-dondorf/08h.gif -%%DATADIR%%/cardset-dondorf/08s.gif -%%DATADIR%%/cardset-dondorf/09c.gif -%%DATADIR%%/cardset-dondorf/09d.gif -%%DATADIR%%/cardset-dondorf/09h.gif -%%DATADIR%%/cardset-dondorf/09s.gif -%%DATADIR%%/cardset-dondorf/10c.gif -%%DATADIR%%/cardset-dondorf/10d.gif -%%DATADIR%%/cardset-dondorf/10h.gif -%%DATADIR%%/cardset-dondorf/10s.gif -%%DATADIR%%/cardset-dondorf/11c.gif -%%DATADIR%%/cardset-dondorf/11d.gif -%%DATADIR%%/cardset-dondorf/11h.gif -%%DATADIR%%/cardset-dondorf/11s.gif -%%DATADIR%%/cardset-dondorf/12c.gif -%%DATADIR%%/cardset-dondorf/12d.gif -%%DATADIR%%/cardset-dondorf/12h.gif -%%DATADIR%%/cardset-dondorf/12s.gif -%%DATADIR%%/cardset-dondorf/13c.gif -%%DATADIR%%/cardset-dondorf/13d.gif -%%DATADIR%%/cardset-dondorf/13h.gif -%%DATADIR%%/cardset-dondorf/13s.gif -%%DATADIR%%/cardset-dondorf/COPYRIGHT -%%DATADIR%%/cardset-dondorf/back01.gif -%%DATADIR%%/cardset-dondorf/bottom01-n.gif -%%DATADIR%%/cardset-dondorf/bottom01.gif -%%DATADIR%%/cardset-dondorf/bottom02-n.gif -%%DATADIR%%/cardset-dondorf/bottom02.gif -%%DATADIR%%/cardset-dondorf/bottom03-n.gif -%%DATADIR%%/cardset-dondorf/bottom03.gif -%%DATADIR%%/cardset-dondorf/bottom04-n.gif -%%DATADIR%%/cardset-dondorf/bottom04.gif -%%DATADIR%%/cardset-dondorf/bottom05-n.gif -%%DATADIR%%/cardset-dondorf/bottom05.gif -%%DATADIR%%/cardset-dondorf/bottom06-n.gif -%%DATADIR%%/cardset-dondorf/bottom06.gif -%%DATADIR%%/cardset-dondorf/bottom07-n.gif -%%DATADIR%%/cardset-dondorf/bottom07.gif -%%DATADIR%%/cardset-dondorf/config.txt -%%DATADIR%%/cardset-dondorf/l01-n.gif -%%DATADIR%%/cardset-dondorf/l01.gif -%%DATADIR%%/cardset-dondorf/l02-n.gif -%%DATADIR%%/cardset-dondorf/l02.gif -%%DATADIR%%/cardset-dondorf/l03-n.gif -%%DATADIR%%/cardset-dondorf/l03.gif -%%DATADIR%%/cardset-dondorf/l04-n.gif -%%DATADIR%%/cardset-dondorf/l04.gif -%%DATADIR%%/cardset-dondorf/shade.gif -%%DATADIR%%/cardset-dondorf/shadow00.gif -%%DATADIR%%/cardset-dondorf/shadow01.gif -%%DATADIR%%/cardset-dondorf/shadow02.gif -%%DATADIR%%/cardset-dondorf/shadow03.gif -%%DATADIR%%/cardset-dondorf/shadow04.gif -%%DATADIR%%/cardset-dondorf/shadow05.gif -%%DATADIR%%/cardset-dondorf/shadow06.gif -%%DATADIR%%/cardset-dondorf/shadow07.gif -%%DATADIR%%/cardset-dondorf/shadow08.gif -%%DATADIR%%/cardset-dondorf/shadow09.gif -%%DATADIR%%/cardset-dondorf/shadow10.gif -%%DATADIR%%/cardset-dondorf/shadow11.gif -%%DATADIR%%/cardset-dondorf/shadow12.gif -%%DATADIR%%/cardset-dondorf/shadow13.gif -%%DATADIR%%/cardset-dondorf/xshadow01.gif -%%DATADIR%%/cardset-dondorf/xshadow02.gif -%%DATADIR%%/cardset-dondorf/xshadow03.gif -%%DATADIR%%/cardset-dondorf/xshadow04.gif -%%DATADIR%%/cardset-dondorf/xshadow05.gif -%%DATADIR%%/cardset-dondorf/xshadow06.gif -%%DATADIR%%/cardset-dondorf/xshadow07.gif -%%DATADIR%%/cardset-dondorf/xshadow08.gif -%%DATADIR%%/cardset-dondorf/xshadow09.gif -%%DATADIR%%/cardset-dondorf/xshadow10.gif -%%DATADIR%%/cardset-dondorf/xshadow11.gif -%%DATADIR%%/cardset-dondorf/xshadow12.gif -%%DATADIR%%/cardset-dondorf/xshadow13.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/01a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/01b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/01c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/01z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/02a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/02b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/02c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/02z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/03a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/03b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/03c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/03z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/04a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/04b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/04c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/04z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/05a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/05b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/05c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/05z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/06a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/06b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/06c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/06z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/07a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/07b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/07c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/07z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/08a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/08b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/08c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/08z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/09a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/09b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/09c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/09z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/10a.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/10b.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/10c.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/10z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/11z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/12z.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/COPYRIGHT -%%DATADIR%%/cardset-gnome-mahjongg-1/back01.gif -%%DATADIR%%/cardset-gnome-mahjongg-1/config.txt -%%DATADIR%%/cardset-gnome-mahjongg-1/shade.gif -%%DATADIR%%/cardset-hexadeck/01c.gif -%%DATADIR%%/cardset-hexadeck/01d.gif -%%DATADIR%%/cardset-hexadeck/01h.gif -%%DATADIR%%/cardset-hexadeck/01s.gif -%%DATADIR%%/cardset-hexadeck/01z.gif -%%DATADIR%%/cardset-hexadeck/02c.gif -%%DATADIR%%/cardset-hexadeck/02d.gif -%%DATADIR%%/cardset-hexadeck/02h.gif -%%DATADIR%%/cardset-hexadeck/02s.gif -%%DATADIR%%/cardset-hexadeck/02z.gif -%%DATADIR%%/cardset-hexadeck/03c.gif -%%DATADIR%%/cardset-hexadeck/03d.gif -%%DATADIR%%/cardset-hexadeck/03h.gif -%%DATADIR%%/cardset-hexadeck/03s.gif -%%DATADIR%%/cardset-hexadeck/03z.gif -%%DATADIR%%/cardset-hexadeck/04c.gif -%%DATADIR%%/cardset-hexadeck/04d.gif -%%DATADIR%%/cardset-hexadeck/04h.gif -%%DATADIR%%/cardset-hexadeck/04s.gif -%%DATADIR%%/cardset-hexadeck/04z.gif -%%DATADIR%%/cardset-hexadeck/05c.gif -%%DATADIR%%/cardset-hexadeck/05d.gif -%%DATADIR%%/cardset-hexadeck/05h.gif -%%DATADIR%%/cardset-hexadeck/05s.gif -%%DATADIR%%/cardset-hexadeck/06c.gif -%%DATADIR%%/cardset-hexadeck/06d.gif -%%DATADIR%%/cardset-hexadeck/06h.gif -%%DATADIR%%/cardset-hexadeck/06s.gif -%%DATADIR%%/cardset-hexadeck/07c.gif -%%DATADIR%%/cardset-hexadeck/07d.gif -%%DATADIR%%/cardset-hexadeck/07h.gif -%%DATADIR%%/cardset-hexadeck/07s.gif -%%DATADIR%%/cardset-hexadeck/08c.gif -%%DATADIR%%/cardset-hexadeck/08d.gif -%%DATADIR%%/cardset-hexadeck/08h.gif -%%DATADIR%%/cardset-hexadeck/08s.gif -%%DATADIR%%/cardset-hexadeck/09c.gif -%%DATADIR%%/cardset-hexadeck/09d.gif -%%DATADIR%%/cardset-hexadeck/09h.gif -%%DATADIR%%/cardset-hexadeck/09s.gif -%%DATADIR%%/cardset-hexadeck/10c.gif -%%DATADIR%%/cardset-hexadeck/10d.gif -%%DATADIR%%/cardset-hexadeck/10h.gif -%%DATADIR%%/cardset-hexadeck/10s.gif -%%DATADIR%%/cardset-hexadeck/11c.gif -%%DATADIR%%/cardset-hexadeck/11d.gif -%%DATADIR%%/cardset-hexadeck/11h.gif -%%DATADIR%%/cardset-hexadeck/11s.gif -%%DATADIR%%/cardset-hexadeck/12c.gif -%%DATADIR%%/cardset-hexadeck/12d.gif -%%DATADIR%%/cardset-hexadeck/12h.gif -%%DATADIR%%/cardset-hexadeck/12s.gif -%%DATADIR%%/cardset-hexadeck/13c.gif -%%DATADIR%%/cardset-hexadeck/13d.gif -%%DATADIR%%/cardset-hexadeck/13h.gif -%%DATADIR%%/cardset-hexadeck/13s.gif -%%DATADIR%%/cardset-hexadeck/14c.gif -%%DATADIR%%/cardset-hexadeck/14d.gif -%%DATADIR%%/cardset-hexadeck/14h.gif -%%DATADIR%%/cardset-hexadeck/14s.gif -%%DATADIR%%/cardset-hexadeck/15c.gif -%%DATADIR%%/cardset-hexadeck/15d.gif -%%DATADIR%%/cardset-hexadeck/15h.gif -%%DATADIR%%/cardset-hexadeck/15s.gif -%%DATADIR%%/cardset-hexadeck/16c.gif -%%DATADIR%%/cardset-hexadeck/16d.gif -%%DATADIR%%/cardset-hexadeck/16h.gif -%%DATADIR%%/cardset-hexadeck/16s.gif -%%DATADIR%%/cardset-hexadeck/COPYRIGHT -%%DATADIR%%/cardset-hexadeck/back01.gif -%%DATADIR%%/cardset-hexadeck/bottom01-n.gif -%%DATADIR%%/cardset-hexadeck/bottom01.gif -%%DATADIR%%/cardset-hexadeck/bottom02-n.gif -%%DATADIR%%/cardset-hexadeck/bottom02.gif -%%DATADIR%%/cardset-hexadeck/bottom03-n.gif -%%DATADIR%%/cardset-hexadeck/bottom03.gif -%%DATADIR%%/cardset-hexadeck/bottom04-n.gif -%%DATADIR%%/cardset-hexadeck/bottom04.gif -%%DATADIR%%/cardset-hexadeck/bottom05-n.gif -%%DATADIR%%/cardset-hexadeck/bottom05.gif -%%DATADIR%%/cardset-hexadeck/bottom06-n.gif -%%DATADIR%%/cardset-hexadeck/bottom06.gif -%%DATADIR%%/cardset-hexadeck/bottom07-n.gif -%%DATADIR%%/cardset-hexadeck/bottom07.gif -%%DATADIR%%/cardset-hexadeck/bottom08-n.gif -%%DATADIR%%/cardset-hexadeck/bottom08.gif -%%DATADIR%%/cardset-hexadeck/config.txt -%%DATADIR%%/cardset-hexadeck/l01-n.gif -%%DATADIR%%/cardset-hexadeck/l01.gif -%%DATADIR%%/cardset-hexadeck/l02-n.gif -%%DATADIR%%/cardset-hexadeck/l02.gif -%%DATADIR%%/cardset-hexadeck/l03-n.gif -%%DATADIR%%/cardset-hexadeck/l03.gif -%%DATADIR%%/cardset-hexadeck/l04-n.gif -%%DATADIR%%/cardset-hexadeck/l04.gif -%%DATADIR%%/cardset-hexadeck/shade.gif -%%DATADIR%%/cardset-hexadeck/shadow00.gif -%%DATADIR%%/cardset-hexadeck/shadow01.gif -%%DATADIR%%/cardset-hexadeck/shadow02.gif -%%DATADIR%%/cardset-hexadeck/shadow03.gif -%%DATADIR%%/cardset-hexadeck/shadow04.gif -%%DATADIR%%/cardset-hexadeck/shadow05.gif -%%DATADIR%%/cardset-hexadeck/shadow06.gif -%%DATADIR%%/cardset-hexadeck/shadow07.gif -%%DATADIR%%/cardset-hexadeck/shadow08.gif -%%DATADIR%%/cardset-hexadeck/shadow09.gif -%%DATADIR%%/cardset-hexadeck/shadow10.gif -%%DATADIR%%/cardset-hexadeck/shadow11.gif -%%DATADIR%%/cardset-hexadeck/shadow12.gif -%%DATADIR%%/cardset-hexadeck/shadow13.gif -%%DATADIR%%/cardset-hexadeck/xshadow01.gif -%%DATADIR%%/cardset-hexadeck/xshadow02.gif -%%DATADIR%%/cardset-hexadeck/xshadow03.gif -%%DATADIR%%/cardset-hexadeck/xshadow04.gif -%%DATADIR%%/cardset-hexadeck/xshadow05.gif -%%DATADIR%%/cardset-hexadeck/xshadow06.gif -%%DATADIR%%/cardset-hexadeck/xshadow07.gif -%%DATADIR%%/cardset-hexadeck/xshadow08.gif -%%DATADIR%%/cardset-hexadeck/xshadow09.gif -%%DATADIR%%/cardset-hexadeck/xshadow10.gif -%%DATADIR%%/cardset-hexadeck/xshadow11.gif -%%DATADIR%%/cardset-hexadeck/xshadow12.gif -%%DATADIR%%/cardset-hexadeck/xshadow13.gif -%%DATADIR%%/cardset-kintengu/01a.gif -%%DATADIR%%/cardset-kintengu/01b.gif -%%DATADIR%%/cardset-kintengu/01c.gif -%%DATADIR%%/cardset-kintengu/01d.gif -%%DATADIR%%/cardset-kintengu/01e.gif -%%DATADIR%%/cardset-kintengu/01f.gif -%%DATADIR%%/cardset-kintengu/01g.gif -%%DATADIR%%/cardset-kintengu/01h.gif -%%DATADIR%%/cardset-kintengu/01i.gif -%%DATADIR%%/cardset-kintengu/01j.gif -%%DATADIR%%/cardset-kintengu/01k.gif -%%DATADIR%%/cardset-kintengu/01l.gif -%%DATADIR%%/cardset-kintengu/02a.gif -%%DATADIR%%/cardset-kintengu/02b.gif -%%DATADIR%%/cardset-kintengu/02c.gif -%%DATADIR%%/cardset-kintengu/02d.gif -%%DATADIR%%/cardset-kintengu/02e.gif -%%DATADIR%%/cardset-kintengu/02f.gif -%%DATADIR%%/cardset-kintengu/02g.gif -%%DATADIR%%/cardset-kintengu/02h.gif -%%DATADIR%%/cardset-kintengu/02i.gif -%%DATADIR%%/cardset-kintengu/02j.gif -%%DATADIR%%/cardset-kintengu/02k.gif -%%DATADIR%%/cardset-kintengu/02l.gif -%%DATADIR%%/cardset-kintengu/03a.gif -%%DATADIR%%/cardset-kintengu/03b.gif -%%DATADIR%%/cardset-kintengu/03c.gif -%%DATADIR%%/cardset-kintengu/03d.gif -%%DATADIR%%/cardset-kintengu/03e.gif -%%DATADIR%%/cardset-kintengu/03f.gif -%%DATADIR%%/cardset-kintengu/03g.gif -%%DATADIR%%/cardset-kintengu/03h.gif -%%DATADIR%%/cardset-kintengu/03i.gif -%%DATADIR%%/cardset-kintengu/03j.gif -%%DATADIR%%/cardset-kintengu/03k.gif -%%DATADIR%%/cardset-kintengu/03l.gif -%%DATADIR%%/cardset-kintengu/04a.gif -%%DATADIR%%/cardset-kintengu/04b.gif -%%DATADIR%%/cardset-kintengu/04c.gif -%%DATADIR%%/cardset-kintengu/04d.gif -%%DATADIR%%/cardset-kintengu/04e.gif -%%DATADIR%%/cardset-kintengu/04f.gif -%%DATADIR%%/cardset-kintengu/04g.gif -%%DATADIR%%/cardset-kintengu/04h.gif -%%DATADIR%%/cardset-kintengu/04i.gif -%%DATADIR%%/cardset-kintengu/04j.gif -%%DATADIR%%/cardset-kintengu/04k.gif -%%DATADIR%%/cardset-kintengu/04l.gif -%%DATADIR%%/cardset-kintengu/COPYRIGHT -%%DATADIR%%/cardset-kintengu/back01.gif -%%DATADIR%%/cardset-kintengu/back02.gif -%%DATADIR%%/cardset-kintengu/back03.gif -%%DATADIR%%/cardset-kintengu/bottom01-n.gif -%%DATADIR%%/cardset-kintengu/bottom01.gif -%%DATADIR%%/cardset-kintengu/bottom02-n.gif -%%DATADIR%%/cardset-kintengu/bottom02.gif -%%DATADIR%%/cardset-kintengu/bottom03-n.gif -%%DATADIR%%/cardset-kintengu/bottom03.gif -%%DATADIR%%/cardset-kintengu/bottom04-n.gif -%%DATADIR%%/cardset-kintengu/bottom04.gif -%%DATADIR%%/cardset-kintengu/bottom05-n.gif -%%DATADIR%%/cardset-kintengu/bottom05.gif -%%DATADIR%%/cardset-kintengu/bottom06-n.gif -%%DATADIR%%/cardset-kintengu/bottom06.gif -%%DATADIR%%/cardset-kintengu/bottom07-n.gif -%%DATADIR%%/cardset-kintengu/bottom07.gif -%%DATADIR%%/cardset-kintengu/config.txt -%%DATADIR%%/cardset-kintengu/l01-n.gif -%%DATADIR%%/cardset-kintengu/l01.gif -%%DATADIR%%/cardset-kintengu/l02-n.gif -%%DATADIR%%/cardset-kintengu/l02.gif -%%DATADIR%%/cardset-kintengu/l03-n.gif -%%DATADIR%%/cardset-kintengu/l03.gif -%%DATADIR%%/cardset-kintengu/l04-n.gif -%%DATADIR%%/cardset-kintengu/l04.gif -%%DATADIR%%/cardset-kintengu/shade.gif -%%DATADIR%%/cardset-kintengu/shadow00.gif -%%DATADIR%%/cardset-kintengu/shadow01.gif -%%DATADIR%%/cardset-kintengu/shadow02.gif -%%DATADIR%%/cardset-kintengu/shadow03.gif -%%DATADIR%%/cardset-kintengu/shadow04.gif -%%DATADIR%%/cardset-kintengu/shadow05.gif -%%DATADIR%%/cardset-kintengu/shadow06.gif -%%DATADIR%%/cardset-kintengu/shadow07.gif -%%DATADIR%%/cardset-kintengu/shadow08.gif -%%DATADIR%%/cardset-kintengu/shadow09.gif -%%DATADIR%%/cardset-kintengu/shadow10.gif -%%DATADIR%%/cardset-kintengu/shadow11.gif -%%DATADIR%%/cardset-kintengu/shadow12.gif -%%DATADIR%%/cardset-kintengu/shadow13.gif -%%DATADIR%%/cardset-kintengu/xshadow01.gif -%%DATADIR%%/cardset-kintengu/xshadow02.gif -%%DATADIR%%/cardset-kintengu/xshadow03.gif -%%DATADIR%%/cardset-kintengu/xshadow04.gif -%%DATADIR%%/cardset-kintengu/xshadow05.gif -%%DATADIR%%/cardset-kintengu/xshadow06.gif -%%DATADIR%%/cardset-kintengu/xshadow07.gif -%%DATADIR%%/cardset-kintengu/xshadow08.gif -%%DATADIR%%/cardset-kintengu/xshadow09.gif -%%DATADIR%%/cardset-kintengu/xshadow10.gif -%%DATADIR%%/cardset-kintengu/xshadow11.gif -%%DATADIR%%/cardset-kintengu/xshadow12.gif -%%DATADIR%%/cardset-kintengu/xshadow13.gif -%%DATADIR%%/cardset-matrix/01z.gif -%%DATADIR%%/cardset-matrix/02z.gif -%%DATADIR%%/cardset-matrix/03z.gif -%%DATADIR%%/cardset-matrix/04z.gif -%%DATADIR%%/cardset-matrix/05z.gif -%%DATADIR%%/cardset-matrix/06z.gif -%%DATADIR%%/cardset-matrix/07z.gif -%%DATADIR%%/cardset-matrix/08z.gif -%%DATADIR%%/cardset-matrix/09z.gif -%%DATADIR%%/cardset-matrix/100z.gif -%%DATADIR%%/cardset-matrix/10z.gif -%%DATADIR%%/cardset-matrix/11z.gif -%%DATADIR%%/cardset-matrix/12z.gif -%%DATADIR%%/cardset-matrix/13z.gif -%%DATADIR%%/cardset-matrix/14z.gif -%%DATADIR%%/cardset-matrix/15z.gif -%%DATADIR%%/cardset-matrix/16z.gif -%%DATADIR%%/cardset-matrix/17z.gif -%%DATADIR%%/cardset-matrix/18z.gif -%%DATADIR%%/cardset-matrix/19z.gif -%%DATADIR%%/cardset-matrix/20z.gif -%%DATADIR%%/cardset-matrix/21z.gif -%%DATADIR%%/cardset-matrix/22z.gif -%%DATADIR%%/cardset-matrix/23z.gif -%%DATADIR%%/cardset-matrix/24z.gif -%%DATADIR%%/cardset-matrix/25z.gif -%%DATADIR%%/cardset-matrix/26z.gif -%%DATADIR%%/cardset-matrix/27z.gif -%%DATADIR%%/cardset-matrix/28z.gif -%%DATADIR%%/cardset-matrix/29z.gif -%%DATADIR%%/cardset-matrix/30z.gif -%%DATADIR%%/cardset-matrix/31z.gif -%%DATADIR%%/cardset-matrix/32z.gif -%%DATADIR%%/cardset-matrix/33z.gif -%%DATADIR%%/cardset-matrix/34z.gif -%%DATADIR%%/cardset-matrix/35z.gif -%%DATADIR%%/cardset-matrix/36z.gif -%%DATADIR%%/cardset-matrix/37z.gif -%%DATADIR%%/cardset-matrix/38z.gif -%%DATADIR%%/cardset-matrix/39z.gif -%%DATADIR%%/cardset-matrix/40z.gif -%%DATADIR%%/cardset-matrix/41z.gif -%%DATADIR%%/cardset-matrix/42z.gif -%%DATADIR%%/cardset-matrix/43z.gif -%%DATADIR%%/cardset-matrix/44z.gif -%%DATADIR%%/cardset-matrix/45z.gif -%%DATADIR%%/cardset-matrix/46z.gif -%%DATADIR%%/cardset-matrix/47z.gif -%%DATADIR%%/cardset-matrix/48z.gif -%%DATADIR%%/cardset-matrix/49z.gif -%%DATADIR%%/cardset-matrix/50z.gif -%%DATADIR%%/cardset-matrix/51z.gif -%%DATADIR%%/cardset-matrix/52z.gif -%%DATADIR%%/cardset-matrix/53z.gif -%%DATADIR%%/cardset-matrix/54z.gif -%%DATADIR%%/cardset-matrix/55z.gif -%%DATADIR%%/cardset-matrix/56z.gif -%%DATADIR%%/cardset-matrix/57z.gif -%%DATADIR%%/cardset-matrix/58z.gif -%%DATADIR%%/cardset-matrix/59z.gif -%%DATADIR%%/cardset-matrix/60z.gif -%%DATADIR%%/cardset-matrix/61z.gif -%%DATADIR%%/cardset-matrix/62z.gif -%%DATADIR%%/cardset-matrix/63z.gif -%%DATADIR%%/cardset-matrix/64z.gif -%%DATADIR%%/cardset-matrix/65z.gif -%%DATADIR%%/cardset-matrix/66z.gif -%%DATADIR%%/cardset-matrix/67z.gif -%%DATADIR%%/cardset-matrix/68z.gif -%%DATADIR%%/cardset-matrix/69z.gif -%%DATADIR%%/cardset-matrix/70z.gif -%%DATADIR%%/cardset-matrix/71z.gif -%%DATADIR%%/cardset-matrix/72z.gif -%%DATADIR%%/cardset-matrix/73z.gif -%%DATADIR%%/cardset-matrix/74z.gif -%%DATADIR%%/cardset-matrix/75z.gif -%%DATADIR%%/cardset-matrix/76z.gif -%%DATADIR%%/cardset-matrix/77z.gif -%%DATADIR%%/cardset-matrix/78z.gif -%%DATADIR%%/cardset-matrix/79z.gif -%%DATADIR%%/cardset-matrix/80z.gif -%%DATADIR%%/cardset-matrix/81z.gif -%%DATADIR%%/cardset-matrix/82z.gif -%%DATADIR%%/cardset-matrix/83z.gif -%%DATADIR%%/cardset-matrix/84z.gif -%%DATADIR%%/cardset-matrix/85z.gif -%%DATADIR%%/cardset-matrix/86z.gif -%%DATADIR%%/cardset-matrix/87z.gif -%%DATADIR%%/cardset-matrix/88z.gif -%%DATADIR%%/cardset-matrix/89z.gif -%%DATADIR%%/cardset-matrix/90z.gif -%%DATADIR%%/cardset-matrix/91z.gif -%%DATADIR%%/cardset-matrix/92z.gif -%%DATADIR%%/cardset-matrix/93z.gif -%%DATADIR%%/cardset-matrix/94z.gif -%%DATADIR%%/cardset-matrix/95z.gif -%%DATADIR%%/cardset-matrix/96z.gif -%%DATADIR%%/cardset-matrix/97z.gif -%%DATADIR%%/cardset-matrix/98z.gif -%%DATADIR%%/cardset-matrix/99z.gif -%%DATADIR%%/cardset-matrix/COPYRIGHT -%%DATADIR%%/cardset-matrix/back01.gif -%%DATADIR%%/cardset-matrix/bottom01-n.gif -%%DATADIR%%/cardset-matrix/bottom01.gif -%%DATADIR%%/cardset-matrix/config.txt -%%DATADIR%%/cardset-matrix/shade.gif -%%DATADIR%%/cardset-mughal-ganjifa/01a.gif -%%DATADIR%%/cardset-mughal-ganjifa/01b.gif -%%DATADIR%%/cardset-mughal-ganjifa/01c.gif -%%DATADIR%%/cardset-mughal-ganjifa/01d.gif -%%DATADIR%%/cardset-mughal-ganjifa/01e.gif -%%DATADIR%%/cardset-mughal-ganjifa/01f.gif -%%DATADIR%%/cardset-mughal-ganjifa/01g.gif -%%DATADIR%%/cardset-mughal-ganjifa/01h.gif -%%DATADIR%%/cardset-mughal-ganjifa/02a.gif -%%DATADIR%%/cardset-mughal-ganjifa/02b.gif -%%DATADIR%%/cardset-mughal-ganjifa/02c.gif -%%DATADIR%%/cardset-mughal-ganjifa/02d.gif -%%DATADIR%%/cardset-mughal-ganjifa/02e.gif -%%DATADIR%%/cardset-mughal-ganjifa/02f.gif -%%DATADIR%%/cardset-mughal-ganjifa/02g.gif -%%DATADIR%%/cardset-mughal-ganjifa/02h.gif -%%DATADIR%%/cardset-mughal-ganjifa/03a.gif -%%DATADIR%%/cardset-mughal-ganjifa/03b.gif -%%DATADIR%%/cardset-mughal-ganjifa/03c.gif -%%DATADIR%%/cardset-mughal-ganjifa/03d.gif -%%DATADIR%%/cardset-mughal-ganjifa/03e.gif -%%DATADIR%%/cardset-mughal-ganjifa/03f.gif -%%DATADIR%%/cardset-mughal-ganjifa/03g.gif -%%DATADIR%%/cardset-mughal-ganjifa/03h.gif -%%DATADIR%%/cardset-mughal-ganjifa/04a.gif -%%DATADIR%%/cardset-mughal-ganjifa/04b.gif -%%DATADIR%%/cardset-mughal-ganjifa/04c.gif -%%DATADIR%%/cardset-mughal-ganjifa/04d.gif -%%DATADIR%%/cardset-mughal-ganjifa/04e.gif -%%DATADIR%%/cardset-mughal-ganjifa/04f.gif -%%DATADIR%%/cardset-mughal-ganjifa/04g.gif -%%DATADIR%%/cardset-mughal-ganjifa/04h.gif -%%DATADIR%%/cardset-mughal-ganjifa/05a.gif -%%DATADIR%%/cardset-mughal-ganjifa/05b.gif -%%DATADIR%%/cardset-mughal-ganjifa/05c.gif -%%DATADIR%%/cardset-mughal-ganjifa/05d.gif -%%DATADIR%%/cardset-mughal-ganjifa/05e.gif -%%DATADIR%%/cardset-mughal-ganjifa/05f.gif -%%DATADIR%%/cardset-mughal-ganjifa/05g.gif -%%DATADIR%%/cardset-mughal-ganjifa/05h.gif -%%DATADIR%%/cardset-mughal-ganjifa/06a.gif -%%DATADIR%%/cardset-mughal-ganjifa/06b.gif -%%DATADIR%%/cardset-mughal-ganjifa/06c.gif -%%DATADIR%%/cardset-mughal-ganjifa/06d.gif -%%DATADIR%%/cardset-mughal-ganjifa/06e.gif -%%DATADIR%%/cardset-mughal-ganjifa/06f.gif -%%DATADIR%%/cardset-mughal-ganjifa/06g.gif -%%DATADIR%%/cardset-mughal-ganjifa/06h.gif -%%DATADIR%%/cardset-mughal-ganjifa/07a.gif -%%DATADIR%%/cardset-mughal-ganjifa/07b.gif -%%DATADIR%%/cardset-mughal-ganjifa/07c.gif -%%DATADIR%%/cardset-mughal-ganjifa/07d.gif -%%DATADIR%%/cardset-mughal-ganjifa/07e.gif -%%DATADIR%%/cardset-mughal-ganjifa/07f.gif -%%DATADIR%%/cardset-mughal-ganjifa/07g.gif -%%DATADIR%%/cardset-mughal-ganjifa/07h.gif -%%DATADIR%%/cardset-mughal-ganjifa/08a.gif -%%DATADIR%%/cardset-mughal-ganjifa/08b.gif -%%DATADIR%%/cardset-mughal-ganjifa/08c.gif -%%DATADIR%%/cardset-mughal-ganjifa/08d.gif -%%DATADIR%%/cardset-mughal-ganjifa/08e.gif -%%DATADIR%%/cardset-mughal-ganjifa/08f.gif -%%DATADIR%%/cardset-mughal-ganjifa/08g.gif -%%DATADIR%%/cardset-mughal-ganjifa/08h.gif -%%DATADIR%%/cardset-mughal-ganjifa/09a.gif -%%DATADIR%%/cardset-mughal-ganjifa/09b.gif -%%DATADIR%%/cardset-mughal-ganjifa/09c.gif -%%DATADIR%%/cardset-mughal-ganjifa/09d.gif -%%DATADIR%%/cardset-mughal-ganjifa/09e.gif -%%DATADIR%%/cardset-mughal-ganjifa/09f.gif -%%DATADIR%%/cardset-mughal-ganjifa/09g.gif -%%DATADIR%%/cardset-mughal-ganjifa/09h.gif -%%DATADIR%%/cardset-mughal-ganjifa/10a.gif -%%DATADIR%%/cardset-mughal-ganjifa/10b.gif -%%DATADIR%%/cardset-mughal-ganjifa/10c.gif -%%DATADIR%%/cardset-mughal-ganjifa/10d.gif -%%DATADIR%%/cardset-mughal-ganjifa/10e.gif -%%DATADIR%%/cardset-mughal-ganjifa/10f.gif -%%DATADIR%%/cardset-mughal-ganjifa/10g.gif -%%DATADIR%%/cardset-mughal-ganjifa/10h.gif -%%DATADIR%%/cardset-mughal-ganjifa/11a.gif -%%DATADIR%%/cardset-mughal-ganjifa/11b.gif -%%DATADIR%%/cardset-mughal-ganjifa/11c.gif -%%DATADIR%%/cardset-mughal-ganjifa/11d.gif -%%DATADIR%%/cardset-mughal-ganjifa/11e.gif -%%DATADIR%%/cardset-mughal-ganjifa/11f.gif -%%DATADIR%%/cardset-mughal-ganjifa/11g.gif -%%DATADIR%%/cardset-mughal-ganjifa/11h.gif -%%DATADIR%%/cardset-mughal-ganjifa/12a.gif -%%DATADIR%%/cardset-mughal-ganjifa/12b.gif -%%DATADIR%%/cardset-mughal-ganjifa/12c.gif -%%DATADIR%%/cardset-mughal-ganjifa/12d.gif -%%DATADIR%%/cardset-mughal-ganjifa/12e.gif -%%DATADIR%%/cardset-mughal-ganjifa/12f.gif -%%DATADIR%%/cardset-mughal-ganjifa/12g.gif -%%DATADIR%%/cardset-mughal-ganjifa/12h.gif -%%DATADIR%%/cardset-mughal-ganjifa/COPYRIGHT -%%DATADIR%%/cardset-mughal-ganjifa/back01.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom01-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom01.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom02-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom02.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom03-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom03.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom04-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom04.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom05-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom05.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom06-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom06.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom07-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom07.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom08-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom08.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom09-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom09.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom10-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom10.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom11-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/bottom11.gif -%%DATADIR%%/cardset-mughal-ganjifa/config.txt -%%DATADIR%%/cardset-mughal-ganjifa/l01-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/l01.gif -%%DATADIR%%/cardset-mughal-ganjifa/l02-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/l02.gif -%%DATADIR%%/cardset-mughal-ganjifa/l03-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/l03.gif -%%DATADIR%%/cardset-mughal-ganjifa/l04-n.gif -%%DATADIR%%/cardset-mughal-ganjifa/l04.gif -%%DATADIR%%/cardset-mughal-ganjifa/shade.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow00.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow01.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow02.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow03.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow04.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow05.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow06.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow07.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow08.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow09.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow10.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow11.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow12.gif -%%DATADIR%%/cardset-mughal-ganjifa/shadow13.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow01.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow02.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow03.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow04.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow05.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow06.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow07.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow08.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow09.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow10.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow11.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow12.gif -%%DATADIR%%/cardset-mughal-ganjifa/xshadow13.gif -%%DATADIR%%/cardset-oxymoron/01c.gif -%%DATADIR%%/cardset-oxymoron/01d.gif -%%DATADIR%%/cardset-oxymoron/01h.gif -%%DATADIR%%/cardset-oxymoron/01s.gif -%%DATADIR%%/cardset-oxymoron/02c.gif -%%DATADIR%%/cardset-oxymoron/02d.gif -%%DATADIR%%/cardset-oxymoron/02h.gif -%%DATADIR%%/cardset-oxymoron/02s.gif -%%DATADIR%%/cardset-oxymoron/03c.gif -%%DATADIR%%/cardset-oxymoron/03d.gif -%%DATADIR%%/cardset-oxymoron/03h.gif -%%DATADIR%%/cardset-oxymoron/03s.gif -%%DATADIR%%/cardset-oxymoron/04c.gif -%%DATADIR%%/cardset-oxymoron/04d.gif -%%DATADIR%%/cardset-oxymoron/04h.gif -%%DATADIR%%/cardset-oxymoron/04s.gif -%%DATADIR%%/cardset-oxymoron/05c.gif -%%DATADIR%%/cardset-oxymoron/05d.gif -%%DATADIR%%/cardset-oxymoron/05h.gif -%%DATADIR%%/cardset-oxymoron/05s.gif -%%DATADIR%%/cardset-oxymoron/06c.gif -%%DATADIR%%/cardset-oxymoron/06d.gif -%%DATADIR%%/cardset-oxymoron/06h.gif -%%DATADIR%%/cardset-oxymoron/06s.gif -%%DATADIR%%/cardset-oxymoron/07c.gif -%%DATADIR%%/cardset-oxymoron/07d.gif -%%DATADIR%%/cardset-oxymoron/07h.gif -%%DATADIR%%/cardset-oxymoron/07s.gif -%%DATADIR%%/cardset-oxymoron/08c.gif -%%DATADIR%%/cardset-oxymoron/08d.gif -%%DATADIR%%/cardset-oxymoron/08h.gif -%%DATADIR%%/cardset-oxymoron/08s.gif -%%DATADIR%%/cardset-oxymoron/09c.gif -%%DATADIR%%/cardset-oxymoron/09d.gif -%%DATADIR%%/cardset-oxymoron/09h.gif -%%DATADIR%%/cardset-oxymoron/09s.gif -%%DATADIR%%/cardset-oxymoron/10c.gif -%%DATADIR%%/cardset-oxymoron/10d.gif -%%DATADIR%%/cardset-oxymoron/10h.gif -%%DATADIR%%/cardset-oxymoron/10s.gif -%%DATADIR%%/cardset-oxymoron/11c.gif -%%DATADIR%%/cardset-oxymoron/11d.gif -%%DATADIR%%/cardset-oxymoron/11h.gif -%%DATADIR%%/cardset-oxymoron/11s.gif -%%DATADIR%%/cardset-oxymoron/12c.gif -%%DATADIR%%/cardset-oxymoron/12d.gif -%%DATADIR%%/cardset-oxymoron/12h.gif -%%DATADIR%%/cardset-oxymoron/12s.gif -%%DATADIR%%/cardset-oxymoron/13c.gif -%%DATADIR%%/cardset-oxymoron/13d.gif -%%DATADIR%%/cardset-oxymoron/13h.gif -%%DATADIR%%/cardset-oxymoron/13s.gif -%%DATADIR%%/cardset-oxymoron/COPYRIGHT -%%DATADIR%%/cardset-oxymoron/back001.gif -%%DATADIR%%/cardset-oxymoron/back101.gif -%%DATADIR%%/cardset-oxymoron/back102.gif -%%DATADIR%%/cardset-oxymoron/back111.gif -%%DATADIR%%/cardset-oxymoron/back191.gif -%%DATADIR%%/cardset-oxymoron/back192.gif -%%DATADIR%%/cardset-oxymoron/bottom01-n.gif -%%DATADIR%%/cardset-oxymoron/bottom01.gif -%%DATADIR%%/cardset-oxymoron/bottom02-n.gif -%%DATADIR%%/cardset-oxymoron/bottom02.gif -%%DATADIR%%/cardset-oxymoron/bottom03-n.gif -%%DATADIR%%/cardset-oxymoron/bottom03.gif -%%DATADIR%%/cardset-oxymoron/bottom04-n.gif -%%DATADIR%%/cardset-oxymoron/bottom04.gif -%%DATADIR%%/cardset-oxymoron/bottom05-n.gif -%%DATADIR%%/cardset-oxymoron/bottom05.gif -%%DATADIR%%/cardset-oxymoron/bottom06-n.gif -%%DATADIR%%/cardset-oxymoron/bottom06.gif -%%DATADIR%%/cardset-oxymoron/bottom07-n.gif -%%DATADIR%%/cardset-oxymoron/bottom07.gif -%%DATADIR%%/cardset-oxymoron/config.txt -%%DATADIR%%/cardset-oxymoron/l01-n.gif -%%DATADIR%%/cardset-oxymoron/l01.gif -%%DATADIR%%/cardset-oxymoron/l02-n.gif -%%DATADIR%%/cardset-oxymoron/l02.gif -%%DATADIR%%/cardset-oxymoron/l03-n.gif -%%DATADIR%%/cardset-oxymoron/l03.gif -%%DATADIR%%/cardset-oxymoron/l04-n.gif -%%DATADIR%%/cardset-oxymoron/l04.gif -%%DATADIR%%/cardset-oxymoron/shade.gif -%%DATADIR%%/cardset-oxymoron/shadow00.gif -%%DATADIR%%/cardset-oxymoron/shadow01.gif -%%DATADIR%%/cardset-oxymoron/shadow02.gif -%%DATADIR%%/cardset-oxymoron/shadow03.gif -%%DATADIR%%/cardset-oxymoron/shadow04.gif -%%DATADIR%%/cardset-oxymoron/shadow05.gif -%%DATADIR%%/cardset-oxymoron/shadow06.gif -%%DATADIR%%/cardset-oxymoron/shadow07.gif -%%DATADIR%%/cardset-oxymoron/shadow08.gif -%%DATADIR%%/cardset-oxymoron/shadow09.gif -%%DATADIR%%/cardset-oxymoron/shadow10.gif -%%DATADIR%%/cardset-oxymoron/shadow11.gif -%%DATADIR%%/cardset-oxymoron/shadow12.gif -%%DATADIR%%/cardset-oxymoron/shadow13.gif -%%DATADIR%%/cardset-oxymoron/xshadow01.gif -%%DATADIR%%/cardset-oxymoron/xshadow02.gif -%%DATADIR%%/cardset-oxymoron/xshadow03.gif -%%DATADIR%%/cardset-oxymoron/xshadow04.gif -%%DATADIR%%/cardset-oxymoron/xshadow05.gif -%%DATADIR%%/cardset-oxymoron/xshadow06.gif -%%DATADIR%%/cardset-oxymoron/xshadow07.gif -%%DATADIR%%/cardset-oxymoron/xshadow08.gif -%%DATADIR%%/cardset-oxymoron/xshadow09.gif -%%DATADIR%%/cardset-oxymoron/xshadow10.gif -%%DATADIR%%/cardset-oxymoron/xshadow11.gif -%%DATADIR%%/cardset-oxymoron/xshadow12.gif -%%DATADIR%%/cardset-oxymoron/xshadow13.gif -%%DATADIR%%/cardset-standard/01c.gif -%%DATADIR%%/cardset-standard/01d.gif -%%DATADIR%%/cardset-standard/01h.gif -%%DATADIR%%/cardset-standard/01s.gif -%%DATADIR%%/cardset-standard/02c.gif -%%DATADIR%%/cardset-standard/02d.gif -%%DATADIR%%/cardset-standard/02h.gif -%%DATADIR%%/cardset-standard/02s.gif -%%DATADIR%%/cardset-standard/03c.gif -%%DATADIR%%/cardset-standard/03d.gif -%%DATADIR%%/cardset-standard/03h.gif -%%DATADIR%%/cardset-standard/03s.gif -%%DATADIR%%/cardset-standard/04c.gif -%%DATADIR%%/cardset-standard/04d.gif -%%DATADIR%%/cardset-standard/04h.gif -%%DATADIR%%/cardset-standard/04s.gif -%%DATADIR%%/cardset-standard/05c.gif -%%DATADIR%%/cardset-standard/05d.gif -%%DATADIR%%/cardset-standard/05h.gif -%%DATADIR%%/cardset-standard/05s.gif -%%DATADIR%%/cardset-standard/06c.gif -%%DATADIR%%/cardset-standard/06d.gif -%%DATADIR%%/cardset-standard/06h.gif -%%DATADIR%%/cardset-standard/06s.gif -%%DATADIR%%/cardset-standard/07c.gif -%%DATADIR%%/cardset-standard/07d.gif -%%DATADIR%%/cardset-standard/07h.gif -%%DATADIR%%/cardset-standard/07s.gif -%%DATADIR%%/cardset-standard/08c.gif -%%DATADIR%%/cardset-standard/08d.gif -%%DATADIR%%/cardset-standard/08h.gif -%%DATADIR%%/cardset-standard/08s.gif -%%DATADIR%%/cardset-standard/09c.gif -%%DATADIR%%/cardset-standard/09d.gif -%%DATADIR%%/cardset-standard/09h.gif -%%DATADIR%%/cardset-standard/09s.gif -%%DATADIR%%/cardset-standard/10c.gif -%%DATADIR%%/cardset-standard/10d.gif -%%DATADIR%%/cardset-standard/10h.gif -%%DATADIR%%/cardset-standard/10s.gif -%%DATADIR%%/cardset-standard/11c.gif -%%DATADIR%%/cardset-standard/11d.gif -%%DATADIR%%/cardset-standard/11h.gif -%%DATADIR%%/cardset-standard/11s.gif -%%DATADIR%%/cardset-standard/12c.gif -%%DATADIR%%/cardset-standard/12d.gif -%%DATADIR%%/cardset-standard/12h.gif -%%DATADIR%%/cardset-standard/12s.gif -%%DATADIR%%/cardset-standard/13c.gif -%%DATADIR%%/cardset-standard/13d.gif -%%DATADIR%%/cardset-standard/13h.gif -%%DATADIR%%/cardset-standard/13s.gif -%%DATADIR%%/cardset-standard/COPYRIGHT -%%DATADIR%%/cardset-standard/back041.gif -%%DATADIR%%/cardset-standard/back101.gif -%%DATADIR%%/cardset-standard/back102.gif -%%DATADIR%%/cardset-standard/back111.gif -%%DATADIR%%/cardset-standard/back121.gif -%%DATADIR%%/cardset-standard/back122.gif -%%DATADIR%%/cardset-standard/back131.gif -%%DATADIR%%/cardset-standard/back132.gif -%%DATADIR%%/cardset-standard/back191.gif -%%DATADIR%%/cardset-standard/back192.gif -%%DATADIR%%/cardset-standard/bottom01-n.gif -%%DATADIR%%/cardset-standard/bottom01.gif -%%DATADIR%%/cardset-standard/bottom02-n.gif -%%DATADIR%%/cardset-standard/bottom02.gif -%%DATADIR%%/cardset-standard/bottom03-n.gif -%%DATADIR%%/cardset-standard/bottom03.gif -%%DATADIR%%/cardset-standard/bottom04-n.gif -%%DATADIR%%/cardset-standard/bottom04.gif -%%DATADIR%%/cardset-standard/bottom05-n.gif -%%DATADIR%%/cardset-standard/bottom05.gif -%%DATADIR%%/cardset-standard/bottom06-n.gif -%%DATADIR%%/cardset-standard/bottom06.gif -%%DATADIR%%/cardset-standard/bottom07-n.gif -%%DATADIR%%/cardset-standard/bottom07.gif -%%DATADIR%%/cardset-standard/config.txt -%%DATADIR%%/cardset-standard/l01-n.gif -%%DATADIR%%/cardset-standard/l01.gif -%%DATADIR%%/cardset-standard/l02-n.gif -%%DATADIR%%/cardset-standard/l02.gif -%%DATADIR%%/cardset-standard/l03-n.gif -%%DATADIR%%/cardset-standard/l03.gif -%%DATADIR%%/cardset-standard/l04-n.gif -%%DATADIR%%/cardset-standard/l04.gif -%%DATADIR%%/cardset-standard/shade.gif -%%DATADIR%%/cardset-standard/shadow00.gif -%%DATADIR%%/cardset-standard/shadow01.gif -%%DATADIR%%/cardset-standard/shadow02.gif -%%DATADIR%%/cardset-standard/shadow03.gif -%%DATADIR%%/cardset-standard/shadow04.gif -%%DATADIR%%/cardset-standard/shadow05.gif -%%DATADIR%%/cardset-standard/shadow06.gif -%%DATADIR%%/cardset-standard/shadow07.gif -%%DATADIR%%/cardset-standard/shadow08.gif -%%DATADIR%%/cardset-standard/shadow09.gif -%%DATADIR%%/cardset-standard/shadow10.gif -%%DATADIR%%/cardset-standard/shadow11.gif -%%DATADIR%%/cardset-standard/shadow12.gif -%%DATADIR%%/cardset-standard/shadow13.gif -%%DATADIR%%/cardset-standard/xshadow01.gif -%%DATADIR%%/cardset-standard/xshadow02.gif -%%DATADIR%%/cardset-standard/xshadow03.gif -%%DATADIR%%/cardset-standard/xshadow04.gif -%%DATADIR%%/cardset-standard/xshadow05.gif -%%DATADIR%%/cardset-standard/xshadow06.gif -%%DATADIR%%/cardset-standard/xshadow07.gif -%%DATADIR%%/cardset-standard/xshadow08.gif -%%DATADIR%%/cardset-standard/xshadow09.gif -%%DATADIR%%/cardset-standard/xshadow10.gif -%%DATADIR%%/cardset-standard/xshadow11.gif -%%DATADIR%%/cardset-standard/xshadow12.gif -%%DATADIR%%/cardset-standard/xshadow13.gif -%%DATADIR%%/cardset-tuxedo/01c.gif -%%DATADIR%%/cardset-tuxedo/01d.gif -%%DATADIR%%/cardset-tuxedo/01h.gif -%%DATADIR%%/cardset-tuxedo/01s.gif -%%DATADIR%%/cardset-tuxedo/02c.gif -%%DATADIR%%/cardset-tuxedo/02d.gif -%%DATADIR%%/cardset-tuxedo/02h.gif -%%DATADIR%%/cardset-tuxedo/02s.gif -%%DATADIR%%/cardset-tuxedo/03c.gif -%%DATADIR%%/cardset-tuxedo/03d.gif -%%DATADIR%%/cardset-tuxedo/03h.gif -%%DATADIR%%/cardset-tuxedo/03s.gif -%%DATADIR%%/cardset-tuxedo/04c.gif -%%DATADIR%%/cardset-tuxedo/04d.gif -%%DATADIR%%/cardset-tuxedo/04h.gif -%%DATADIR%%/cardset-tuxedo/04s.gif -%%DATADIR%%/cardset-tuxedo/05c.gif -%%DATADIR%%/cardset-tuxedo/05d.gif -%%DATADIR%%/cardset-tuxedo/05h.gif -%%DATADIR%%/cardset-tuxedo/05s.gif -%%DATADIR%%/cardset-tuxedo/06c.gif -%%DATADIR%%/cardset-tuxedo/06d.gif -%%DATADIR%%/cardset-tuxedo/06h.gif -%%DATADIR%%/cardset-tuxedo/06s.gif -%%DATADIR%%/cardset-tuxedo/07c.gif -%%DATADIR%%/cardset-tuxedo/07d.gif -%%DATADIR%%/cardset-tuxedo/07h.gif -%%DATADIR%%/cardset-tuxedo/07s.gif -%%DATADIR%%/cardset-tuxedo/08c.gif -%%DATADIR%%/cardset-tuxedo/08d.gif -%%DATADIR%%/cardset-tuxedo/08h.gif -%%DATADIR%%/cardset-tuxedo/08s.gif -%%DATADIR%%/cardset-tuxedo/09c.gif -%%DATADIR%%/cardset-tuxedo/09d.gif -%%DATADIR%%/cardset-tuxedo/09h.gif -%%DATADIR%%/cardset-tuxedo/09s.gif -%%DATADIR%%/cardset-tuxedo/10c.gif -%%DATADIR%%/cardset-tuxedo/10d.gif -%%DATADIR%%/cardset-tuxedo/10h.gif -%%DATADIR%%/cardset-tuxedo/10s.gif -%%DATADIR%%/cardset-tuxedo/11c.gif -%%DATADIR%%/cardset-tuxedo/11d.gif -%%DATADIR%%/cardset-tuxedo/11h.gif -%%DATADIR%%/cardset-tuxedo/11s.gif -%%DATADIR%%/cardset-tuxedo/12c.gif -%%DATADIR%%/cardset-tuxedo/12d.gif -%%DATADIR%%/cardset-tuxedo/12h.gif -%%DATADIR%%/cardset-tuxedo/12s.gif -%%DATADIR%%/cardset-tuxedo/13c.gif -%%DATADIR%%/cardset-tuxedo/13d.gif -%%DATADIR%%/cardset-tuxedo/13h.gif -%%DATADIR%%/cardset-tuxedo/13s.gif -%%DATADIR%%/cardset-tuxedo/COPYRIGHT -%%DATADIR%%/cardset-tuxedo/back01.gif -%%DATADIR%%/cardset-tuxedo/bottom01-n.gif -%%DATADIR%%/cardset-tuxedo/bottom01.gif -%%DATADIR%%/cardset-tuxedo/bottom02-n.gif -%%DATADIR%%/cardset-tuxedo/bottom02.gif -%%DATADIR%%/cardset-tuxedo/bottom03-n.gif -%%DATADIR%%/cardset-tuxedo/bottom03.gif -%%DATADIR%%/cardset-tuxedo/bottom04-n.gif -%%DATADIR%%/cardset-tuxedo/bottom04.gif -%%DATADIR%%/cardset-tuxedo/bottom05-n.gif -%%DATADIR%%/cardset-tuxedo/bottom05.gif -%%DATADIR%%/cardset-tuxedo/bottom06-n.gif -%%DATADIR%%/cardset-tuxedo/bottom06.gif -%%DATADIR%%/cardset-tuxedo/bottom07-n.gif -%%DATADIR%%/cardset-tuxedo/bottom07.gif -%%DATADIR%%/cardset-tuxedo/config.txt -%%DATADIR%%/cardset-tuxedo/l01-n.gif -%%DATADIR%%/cardset-tuxedo/l01.gif -%%DATADIR%%/cardset-tuxedo/l02-n.gif -%%DATADIR%%/cardset-tuxedo/l02.gif -%%DATADIR%%/cardset-tuxedo/l03-n.gif -%%DATADIR%%/cardset-tuxedo/l03.gif -%%DATADIR%%/cardset-tuxedo/l04-n.gif -%%DATADIR%%/cardset-tuxedo/l04.gif -%%DATADIR%%/cardset-tuxedo/shade.gif -%%DATADIR%%/cardset-tuxedo/shadow00.gif -%%DATADIR%%/cardset-tuxedo/shadow01.gif -%%DATADIR%%/cardset-tuxedo/shadow02.gif -%%DATADIR%%/cardset-tuxedo/shadow03.gif -%%DATADIR%%/cardset-tuxedo/shadow04.gif -%%DATADIR%%/cardset-tuxedo/shadow05.gif -%%DATADIR%%/cardset-tuxedo/shadow06.gif -%%DATADIR%%/cardset-tuxedo/shadow07.gif -%%DATADIR%%/cardset-tuxedo/shadow08.gif -%%DATADIR%%/cardset-tuxedo/shadow09.gif -%%DATADIR%%/cardset-tuxedo/shadow10.gif -%%DATADIR%%/cardset-tuxedo/shadow11.gif -%%DATADIR%%/cardset-tuxedo/shadow12.gif -%%DATADIR%%/cardset-tuxedo/shadow13.gif -%%DATADIR%%/cardset-tuxedo/xshadow01.gif -%%DATADIR%%/cardset-tuxedo/xshadow02.gif -%%DATADIR%%/cardset-tuxedo/xshadow03.gif -%%DATADIR%%/cardset-tuxedo/xshadow04.gif -%%DATADIR%%/cardset-tuxedo/xshadow05.gif -%%DATADIR%%/cardset-tuxedo/xshadow06.gif -%%DATADIR%%/cardset-tuxedo/xshadow07.gif -%%DATADIR%%/cardset-tuxedo/xshadow08.gif -%%DATADIR%%/cardset-tuxedo/xshadow09.gif -%%DATADIR%%/cardset-tuxedo/xshadow10.gif -%%DATADIR%%/cardset-tuxedo/xshadow11.gif -%%DATADIR%%/cardset-tuxedo/xshadow12.gif -%%DATADIR%%/cardset-tuxedo/xshadow13.gif -%%DATADIR%%/cardset-vienna-2k/01c.gif -%%DATADIR%%/cardset-vienna-2k/01d.gif -%%DATADIR%%/cardset-vienna-2k/01h.gif -%%DATADIR%%/cardset-vienna-2k/01s.gif -%%DATADIR%%/cardset-vienna-2k/01z.gif -%%DATADIR%%/cardset-vienna-2k/02c.gif -%%DATADIR%%/cardset-vienna-2k/02d.gif -%%DATADIR%%/cardset-vienna-2k/02h.gif -%%DATADIR%%/cardset-vienna-2k/02s.gif -%%DATADIR%%/cardset-vienna-2k/02z.gif -%%DATADIR%%/cardset-vienna-2k/03c.gif -%%DATADIR%%/cardset-vienna-2k/03d.gif -%%DATADIR%%/cardset-vienna-2k/03h.gif -%%DATADIR%%/cardset-vienna-2k/03s.gif -%%DATADIR%%/cardset-vienna-2k/03z.gif -%%DATADIR%%/cardset-vienna-2k/04c.gif -%%DATADIR%%/cardset-vienna-2k/04d.gif -%%DATADIR%%/cardset-vienna-2k/04h.gif -%%DATADIR%%/cardset-vienna-2k/04s.gif -%%DATADIR%%/cardset-vienna-2k/04z.gif -%%DATADIR%%/cardset-vienna-2k/05c.gif -%%DATADIR%%/cardset-vienna-2k/05d.gif -%%DATADIR%%/cardset-vienna-2k/05h.gif -%%DATADIR%%/cardset-vienna-2k/05s.gif -%%DATADIR%%/cardset-vienna-2k/05z.gif -%%DATADIR%%/cardset-vienna-2k/06c.gif -%%DATADIR%%/cardset-vienna-2k/06d.gif -%%DATADIR%%/cardset-vienna-2k/06h.gif -%%DATADIR%%/cardset-vienna-2k/06s.gif -%%DATADIR%%/cardset-vienna-2k/06z.gif -%%DATADIR%%/cardset-vienna-2k/07c.gif -%%DATADIR%%/cardset-vienna-2k/07d.gif -%%DATADIR%%/cardset-vienna-2k/07h.gif -%%DATADIR%%/cardset-vienna-2k/07s.gif -%%DATADIR%%/cardset-vienna-2k/07z.gif -%%DATADIR%%/cardset-vienna-2k/08c.gif -%%DATADIR%%/cardset-vienna-2k/08d.gif -%%DATADIR%%/cardset-vienna-2k/08h.gif -%%DATADIR%%/cardset-vienna-2k/08s.gif -%%DATADIR%%/cardset-vienna-2k/08z.gif -%%DATADIR%%/cardset-vienna-2k/09c.gif -%%DATADIR%%/cardset-vienna-2k/09d.gif -%%DATADIR%%/cardset-vienna-2k/09h.gif -%%DATADIR%%/cardset-vienna-2k/09s.gif -%%DATADIR%%/cardset-vienna-2k/09z.gif -%%DATADIR%%/cardset-vienna-2k/10c.gif -%%DATADIR%%/cardset-vienna-2k/10d.gif -%%DATADIR%%/cardset-vienna-2k/10h.gif -%%DATADIR%%/cardset-vienna-2k/10s.gif -%%DATADIR%%/cardset-vienna-2k/10z.gif -%%DATADIR%%/cardset-vienna-2k/11c.gif -%%DATADIR%%/cardset-vienna-2k/11d.gif -%%DATADIR%%/cardset-vienna-2k/11h.gif -%%DATADIR%%/cardset-vienna-2k/11s.gif -%%DATADIR%%/cardset-vienna-2k/11z.gif -%%DATADIR%%/cardset-vienna-2k/12c.gif -%%DATADIR%%/cardset-vienna-2k/12d.gif -%%DATADIR%%/cardset-vienna-2k/12h.gif -%%DATADIR%%/cardset-vienna-2k/12s.gif -%%DATADIR%%/cardset-vienna-2k/12z.gif -%%DATADIR%%/cardset-vienna-2k/13c.gif -%%DATADIR%%/cardset-vienna-2k/13d.gif -%%DATADIR%%/cardset-vienna-2k/13h.gif -%%DATADIR%%/cardset-vienna-2k/13s.gif -%%DATADIR%%/cardset-vienna-2k/13z.gif -%%DATADIR%%/cardset-vienna-2k/14c.gif -%%DATADIR%%/cardset-vienna-2k/14d.gif -%%DATADIR%%/cardset-vienna-2k/14h.gif -%%DATADIR%%/cardset-vienna-2k/14s.gif -%%DATADIR%%/cardset-vienna-2k/14z.gif -%%DATADIR%%/cardset-vienna-2k/15z.gif -%%DATADIR%%/cardset-vienna-2k/16z.gif -%%DATADIR%%/cardset-vienna-2k/17z.gif -%%DATADIR%%/cardset-vienna-2k/18z.gif -%%DATADIR%%/cardset-vienna-2k/19z.gif -%%DATADIR%%/cardset-vienna-2k/20z.gif -%%DATADIR%%/cardset-vienna-2k/21z.gif -%%DATADIR%%/cardset-vienna-2k/22z.gif -%%DATADIR%%/cardset-vienna-2k/COPYRIGHT -%%DATADIR%%/cardset-vienna-2k/back01.gif -%%DATADIR%%/cardset-vienna-2k/bottom01-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom01.gif -%%DATADIR%%/cardset-vienna-2k/bottom02-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom02.gif -%%DATADIR%%/cardset-vienna-2k/bottom03-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom03.gif -%%DATADIR%%/cardset-vienna-2k/bottom04-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom04.gif -%%DATADIR%%/cardset-vienna-2k/bottom05-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom05.gif -%%DATADIR%%/cardset-vienna-2k/bottom06-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom06.gif -%%DATADIR%%/cardset-vienna-2k/bottom07-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom07.gif -%%DATADIR%%/cardset-vienna-2k/bottom08-n.gif -%%DATADIR%%/cardset-vienna-2k/bottom08.gif -%%DATADIR%%/cardset-vienna-2k/config.txt -%%DATADIR%%/cardset-vienna-2k/l01-n.gif -%%DATADIR%%/cardset-vienna-2k/l01.gif -%%DATADIR%%/cardset-vienna-2k/l02-n.gif -%%DATADIR%%/cardset-vienna-2k/l02.gif -%%DATADIR%%/cardset-vienna-2k/l03-n.gif -%%DATADIR%%/cardset-vienna-2k/l03.gif -%%DATADIR%%/cardset-vienna-2k/l04-n.gif -%%DATADIR%%/cardset-vienna-2k/l04.gif -%%DATADIR%%/cardset-vienna-2k/shade.gif -%%DATADIR%%/cardset-vienna-2k/shadow00.gif -%%DATADIR%%/cardset-vienna-2k/shadow01.gif -%%DATADIR%%/cardset-vienna-2k/shadow02.gif -%%DATADIR%%/cardset-vienna-2k/shadow03.gif -%%DATADIR%%/cardset-vienna-2k/shadow04.gif -%%DATADIR%%/cardset-vienna-2k/shadow05.gif -%%DATADIR%%/cardset-vienna-2k/shadow06.gif -%%DATADIR%%/cardset-vienna-2k/shadow07.gif -%%DATADIR%%/cardset-vienna-2k/shadow08.gif -%%DATADIR%%/cardset-vienna-2k/shadow09.gif -%%DATADIR%%/cardset-vienna-2k/shadow10.gif -%%DATADIR%%/cardset-vienna-2k/shadow11.gif -%%DATADIR%%/cardset-vienna-2k/shadow12.gif -%%DATADIR%%/cardset-vienna-2k/shadow13.gif -%%DATADIR%%/cardset-vienna-2k/xshadow01.gif -%%DATADIR%%/cardset-vienna-2k/xshadow02.gif -%%DATADIR%%/cardset-vienna-2k/xshadow03.gif -%%DATADIR%%/cardset-vienna-2k/xshadow04.gif -%%DATADIR%%/cardset-vienna-2k/xshadow05.gif -%%DATADIR%%/cardset-vienna-2k/xshadow06.gif -%%DATADIR%%/cardset-vienna-2k/xshadow07.gif -%%DATADIR%%/cardset-vienna-2k/xshadow08.gif -%%DATADIR%%/cardset-vienna-2k/xshadow09.gif -%%DATADIR%%/cardset-vienna-2k/xshadow10.gif -%%DATADIR%%/cardset-vienna-2k/xshadow11.gif -%%DATADIR%%/cardset-vienna-2k/xshadow12.gif -%%DATADIR%%/cardset-vienna-2k/xshadow13.gif -%%DATADIR%%/html/credits.html -%%DATADIR%%/html/ganjifa.html -%%DATADIR%%/html/general_rules.html -%%DATADIR%%/html/glossary.html -%%DATADIR%%/html/hanafuda.html -%%DATADIR%%/html/hexadeck.html -%%DATADIR%%/html/howtoplay.html -%%DATADIR%%/html/images/c.gif -%%DATADIR%%/html/images/camelot-goal.gif -%%DATADIR%%/html/images/d.gif -%%DATADIR%%/html/images/h.gif -%%DATADIR%%/html/images/hanahelp.gif -%%DATADIR%%/html/images/pysollogo00.gif -%%DATADIR%%/html/images/pysollogo01.gif -%%DATADIR%%/html/images/pysollogo02.gif -%%DATADIR%%/html/images/pysollogo03.gif -%%DATADIR%%/html/images/s.gif -%%DATADIR%%/html/index.html -%%DATADIR%%/html/install.html -%%DATADIR%%/html/intro.html -%%DATADIR%%/html/license.html -%%DATADIR%%/html/news.html -%%DATADIR%%/html/rules.html -%%DATADIR%%/html/rules/10x8.html -%%DATADIR%%/html/rules/8x8.html -%%DATADIR%%/html/rules/abacus.html -%%DATADIR%%/html/rules/accordion.html -%%DATADIR%%/html/rules/acesup.html -%%DATADIR%%/html/rules/acesup5.html -%%DATADIR%%/html/rules/agnessorel.html -%%DATADIR%%/html/rules/akbarsconquest.html -%%DATADIR%%/html/rules/akbarstriumph.html -%%DATADIR%%/html/rules/alaska.html -%%DATADIR%%/html/rules/alhambra.html -%%DATADIR%%/html/rules/alternation.html -%%DATADIR%%/html/rules/amazons.html -%%DATADIR%%/html/rules/americantoad.html -%%DATADIR%%/html/rules/appachanswaterfall.html -%%DATADIR%%/html/rules/ashrafi.html -%%DATADIR%%/html/rules/ashtadikapala.html -%%DATADIR%%/html/rules/ashwapati.html -%%DATADIR%%/html/rules/auldlangsyne.html -%%DATADIR%%/html/rules/babyspiderette.html -%%DATADIR%%/html/rules/badseven.html -%%DATADIR%%/html/rules/bakersdozen.html -%%DATADIR%%/html/rules/bakersgame.html -%%DATADIR%%/html/rules/balarama.html -%%DATADIR%%/html/rules/baroness.html -%%DATADIR%%/html/rules/batsford.html -%%DATADIR%%/html/rules/beleagueredcastle.html -%%DATADIR%%/html/rules/betsyross.html -%%DATADIR%%/html/rules/bigben.html -%%DATADIR%%/html/rules/bigbraid.html -%%DATADIR%%/html/rules/bigdivorce.html -%%DATADIR%%/html/rules/bigeasy.html -%%DATADIR%%/html/rules/bigharp.html -%%DATADIR%%/html/rules/bigspider.html -%%DATADIR%%/html/rules/bigsumo.html -%%DATADIR%%/html/rules/bisley.html -%%DATADIR%%/html/rules/bitsnbytes.html -%%DATADIR%%/html/rules/blackhole.html -%%DATADIR%%/html/rules/blackwidow.html -%%DATADIR%%/html/rules/blindalleys.html -%%DATADIR%%/html/rules/blockade.html -%%DATADIR%%/html/rules/blondesandbrunettes.html -%%DATADIR%%/html/rules/bluemoon.html -%%DATADIR%%/html/rules/braid.html -%%DATADIR%%/html/rules/bridgetsgame.html -%%DATADIR%%/html/rules/bridgetsgamedoubled.html -%%DATADIR%%/html/rules/bristol.html -%%DATADIR%%/html/rules/britishconstitution.html -%%DATADIR%%/html/rules/brunswick.html -%%DATADIR%%/html/rules/busyaces.html -%%DATADIR%%/html/rules/calculation.html -%%DATADIR%%/html/rules/camelot.html -%%DATADIR%%/html/rules/canfield.html -%%DATADIR%%/html/rules/capricieuse.html -%%DATADIR%%/html/rules/captivequeens.html -%%DATADIR%%/html/rules/carlton.html -%%DATADIR%%/html/rules/carpet.html -%%DATADIR%%/html/rules/casinoklondike.html -%%DATADIR%%/html/rules/castlesinspain.html -%%DATADIR%%/html/rules/catstail.html -%%DATADIR%%/html/rules/cavalier.html -%%DATADIR%%/html/rules/chameleon.html -%%DATADIR%%/html/rules/cherrybomb.html -%%DATADIR%%/html/rules/chessboard.html -%%DATADIR%%/html/rules/chinesediscipline.html -%%DATADIR%%/html/rules/chinesesolitaire.html -%%DATADIR%%/html/rules/citadel.html -%%DATADIR%%/html/rules/cluitjarslair.html -%%DATADIR%%/html/rules/cockroach.html -%%DATADIR%%/html/rules/colorado.html -%%DATADIR%%/html/rules/concentration.html -%%DATADIR%%/html/rules/congress.html -%%DATADIR%%/html/rules/contradance.html -%%DATADIR%%/html/rules/convolution.html -%%DATADIR%%/html/rules/corkscrew.html -%%DATADIR%%/html/rules/corona.html -%%DATADIR%%/html/rules/courtyard.html -%%DATADIR%%/html/rules/cruel.html -%%DATADIR%%/html/rules/curdsandwhey.html -%%DATADIR%%/html/rules/danda.html -%%DATADIR%%/html/rules/dashavatara.html -%%DATADIR%%/html/rules/dashavataracircles.html -%%DATADIR%%/html/rules/deadkinggolf.html -%%DATADIR%%/html/rules/derfreienapoleon.html -%%DATADIR%%/html/rules/derkleinenapoleon.html -%%DATADIR%%/html/rules/deuces.html -%%DATADIR%%/html/rules/dhanpati.html -%%DATADIR%%/html/rules/diamondmine.html -%%DATADIR%%/html/rules/diekoenigsbergerin.html -%%DATADIR%%/html/rules/diplomat.html -%%DATADIR%%/html/rules/dojoujisgame.html -%%DATADIR%%/html/rules/dojoujisgamedoubled.html -%%DATADIR%%/html/rules/doublebisley.html -%%DATADIR%%/html/rules/doublecanfield.html -%%DATADIR%%/html/rules/doublecockroach.html -%%DATADIR%%/html/rules/doubledrawbridge.html -%%DATADIR%%/html/rules/doublegrasshopper.html -%%DATADIR%%/html/rules/doubleklondike.html -%%DATADIR%%/html/rules/doubleklondikebythrees.html -%%DATADIR%%/html/rules/doublerail.html -%%DATADIR%%/html/rules/doublesamuri.html -%%DATADIR%%/html/rules/doublets.html -%%DATADIR%%/html/rules/doubleyourfun.html -%%DATADIR%%/html/rules/dover.html -%%DATADIR%%/html/rules/drawbridge.html -%%DATADIR%%/html/rules/eaglewing.html -%%DATADIR%%/html/rules/eastcliff.html -%%DATADIR%%/html/rules/easthaven.html -%%DATADIR%%/html/rules/easysupreme.html -%%DATADIR%%/html/rules/easyxone.html -%%DATADIR%%/html/rules/eiffeltower.html -%%DATADIR%%/html/rules/eightlegions.html -%%DATADIR%%/html/rules/eightoff.html -%%DATADIR%%/html/rules/eighttimeseight.html -%%DATADIR%%/html/rules/elevator.html -%%DATADIR%%/html/rules/emperor.html -%%DATADIR%%/html/rules/eularia.html -%%DATADIR%%/html/rules/excuse.html -%%DATADIR%%/html/rules/fallingstar.html -%%DATADIR%%/html/rules/fan.html -%%DATADIR%%/html/rules/fastness.html -%%DATADIR%%/html/rules/fatimehsgame.html -%%DATADIR%%/html/rules/fatimehsgamerelaxed.html -%%DATADIR%%/html/rules/fifteenplus.html -%%DATADIR%%/html/rules/firecracker.html -%%DATADIR%%/html/rules/fiveaces.html -%%DATADIR%%/html/rules/flowerarrangement.html -%%DATADIR%%/html/rules/flowerclock.html -%%DATADIR%%/html/rules/flowergarden.html -%%DATADIR%%/html/rules/forecell.html -%%DATADIR%%/html/rules/fortress.html -%%DATADIR%%/html/rules/fortunesfavor.html -%%DATADIR%%/html/rules/fortyandeight.html -%%DATADIR%%/html/rules/fortythieves.html -%%DATADIR%%/html/rules/fourseasons.html -%%DATADIR%%/html/rules/fourteen.html -%%DATADIR%%/html/rules/freecell.html -%%DATADIR%%/html/rules/freefan.html -%%DATADIR%%/html/rules/freenapoleon.html -%%DATADIR%%/html/rules/frog.html -%%DATADIR%%/html/rules/gajapati.html -%%DATADIR%%/html/rules/gaji.html -%%DATADIR%%/html/rules/gargantua.html -%%DATADIR%%/html/rules/garhpati.html -%%DATADIR%%/html/rules/gate.html -%%DATADIR%%/html/rules/generalspatience.html -%%DATADIR%%/html/rules/germanpatience.html -%%DATADIR%%/html/rules/ghulam.html -%%DATADIR%%/html/rules/giant.html -%%DATADIR%%/html/rules/golf.html -%%DATADIR%%/html/rules/goodmeasure.html -%%DATADIR%%/html/rules/grandduchess.html -%%DATADIR%%/html/rules/grandfathersclock.html -%%DATADIR%%/html/rules/grandmothersgame.html -%%DATADIR%%/html/rules/grasshopper.html -%%DATADIR%%/html/rules/greaterqueue.html -%%DATADIR%%/html/rules/greatwall.html -%%DATADIR%%/html/rules/griffon.html -%%DATADIR%%/html/rules/groundsforadivorce.html -%%DATADIR%%/html/rules/gypsy.html -%%DATADIR%%/html/rules/hanafudafourseasons.html -%%DATADIR%%/html/rules/hanafudafourwinds.html -%%DATADIR%%/html/rules/hayagriva.html -%%DATADIR%%/html/rules/headsandtails.html -%%DATADIR%%/html/rules/hexaklon.html -%%DATADIR%%/html/rules/hexaklonbythrees.html -%%DATADIR%%/html/rules/hexlabyrinth.html -%%DATADIR%%/html/rules/hiddenpassages.html -%%DATADIR%%/html/rules/hiranyaksha.html -%%DATADIR%%/html/rules/hopscotch.html -%%DATADIR%%/html/rules/houseinthewood.html -%%DATADIR%%/html/rules/imperialtrumps.html -%%DATADIR%%/html/rules/indian.html -%%DATADIR%%/html/rules/intelligence.html -%%DATADIR%%/html/rules/interregnum.html -%%DATADIR%%/html/rules/intrigue.html -%%DATADIR%%/html/rules/iris.html -%%DATADIR%%/html/rules/irmgard.html -%%DATADIR%%/html/rules/jane.html -%%DATADIR%%/html/rules/japanesegarden.html -%%DATADIR%%/html/rules/japanesegardenii.html -%%DATADIR%%/html/rules/japanesegardeniii.html -%%DATADIR%%/html/rules/journeytocuddapah.html -%%DATADIR%%/html/rules/jumbo.html -%%DATADIR%%/html/rules/justforfun.html -%%DATADIR%%/html/rules/kalisgame.html -%%DATADIR%%/html/rules/kalisgamedoubled.html -%%DATADIR%%/html/rules/kalisgamerelaxed.html -%%DATADIR%%/html/rules/katrinasgame.html -%%DATADIR%%/html/rules/katrinasgamedoubled.html -%%DATADIR%%/html/rules/katrinasgamerelaxed.html -%%DATADIR%%/html/rules/khadga.html -%%DATADIR%%/html/rules/kingalbert.html -%%DATADIR%%/html/rules/kingdom.html -%%DATADIR%%/html/rules/kingonlybakersgame.html -%%DATADIR%%/html/rules/kingonlyhexaklon.html -%%DATADIR%%/html/rules/kings.html -%%DATADIR%%/html/rules/klondike.html -%%DATADIR%%/html/rules/klondikebythrees.html -%%DATADIR%%/html/rules/klondikeplus16.html -%%DATADIR%%/html/rules/kurma.html -%%DATADIR%%/html/rules/labellelucie.html -%%DATADIR%%/html/rules/ladybetty.html -%%DATADIR%%/html/rules/ladypalk.html -%%DATADIR%%/html/rules/lanivernaise.html -%%DATADIR%%/html/rules/larasgame.html -%%DATADIR%%/html/rules/larasgamedoubled.html -%%DATADIR%%/html/rules/larasgamerelaxed.html -%%DATADIR%%/html/rules/lesserqueue.html -%%DATADIR%%/html/rules/lexingtonharp.html -%%DATADIR%%/html/rules/littleeasy.html -%%DATADIR%%/html/rules/littleforty.html -%%DATADIR%%/html/rules/longbraid.html -%%DATADIR%%/html/rules/longjourneytocuddapah.html -%%DATADIR%%/html/rules/lucas.html -%%DATADIR%%/html/rules/magesgame.html -%%DATADIR%%/html/rules/mahjongg.html -%%DATADIR%%/html/rules/mainecoon.html -%%DATADIR%%/html/rules/makara.html -%%DATADIR%%/html/rules/manx.html -%%DATADIR%%/html/rules/maria.html -%%DATADIR%%/html/rules/martha.html -%%DATADIR%%/html/rules/matriarchy.html -%%DATADIR%%/html/rules/matrix.html -%%DATADIR%%/html/rules/matsukiri.html -%%DATADIR%%/html/rules/matsukiristrict.html -%%DATADIR%%/html/rules/matsya.html -%%DATADIR%%/html/rules/maze.html -%%DATADIR%%/html/rules/memory24.html -%%DATADIR%%/html/rules/memory40.html -%%DATADIR%%/html/rules/merlinsmeander.html -%%DATADIR%%/html/rules/midshipman.html -%%DATADIR%%/html/rules/milligancell.html -%%DATADIR%%/html/rules/milliganharp.html -%%DATADIR%%/html/rules/mississippi.html -%%DATADIR%%/html/rules/missmilligan.html -%%DATADIR%%/html/rules/missmuffet.html -%%DATADIR%%/html/rules/montana.html -%%DATADIR%%/html/rules/montecarlo.html -%%DATADIR%%/html/rules/moosehide.html -%%DATADIR%%/html/rules/mountolympus.html -%%DATADIR%%/html/rules/mrsmop.html -%%DATADIR%%/html/rules/mughalcircles.html -%%DATADIR%%/html/rules/napoleon.html -%%DATADIR%%/html/rules/napoleonsexile.html -%%DATADIR%%/html/rules/napoleonssquare.html -%%DATADIR%%/html/rules/narasimha.html -%%DATADIR%%/html/rules/narpati.html -%%DATADIR%%/html/rules/nasty.html -%%DATADIR%%/html/rules/neighbour.html -%%DATADIR%%/html/rules/nestor.html -%%DATADIR%%/html/rules/newbritishconstitution.html -%%DATADIR%%/html/rules/nomad.html -%%DATADIR%%/html/rules/nordic.html -%%DATADIR%%/html/rules/numberten.html -%%DATADIR%%/html/rules/numerica.html -%%DATADIR%%/html/rules/oddandeven.html -%%DATADIR%%/html/rules/odessa.html -%%DATADIR%%/html/rules/oonsoo.html -%%DATADIR%%/html/rules/oonsooopen.html -%%DATADIR%%/html/rules/oonsoostrict.html -%%DATADIR%%/html/rules/oonsootimestwo.html -%%DATADIR%%/html/rules/oonsootoo.html -%%DATADIR%%/html/rules/osmosis.html -%%DATADIR%%/html/rules/pagat.html -%%DATADIR%%/html/rules/pagoda.html -%%DATADIR%%/html/rules/parallels.html -%%DATADIR%%/html/rules/parashurama.html -%%DATADIR%%/html/rules/pasdedeux.html -%%DATADIR%%/html/rules/passeul.html -%%DATADIR%%/html/rules/patriarchs.html -%%DATADIR%%/html/rules/paulownia.html -%%DATADIR%%/html/rules/peek.html -%%DATADIR%%/html/rules/pegged.html -%%DATADIR%%/html/rules/penguin.html -%%DATADIR%%/html/rules/peony.html -%%DATADIR%%/html/rules/perpetualmotion.html -%%DATADIR%%/html/rules/perseverance.html -%%DATADIR%%/html/rules/picturegallery.html -%%DATADIR%%/html/rules/pileon.html -%%DATADIR%%/html/rules/pine.html -%%DATADIR%%/html/rules/pokershuffle.html -%%DATADIR%%/html/rules/pokersquare.html -%%DATADIR%%/html/rules/ponytail.html -%%DATADIR%%/html/rules/pussinthecorner.html -%%DATADIR%%/html/rules/pyramid.html -%%DATADIR%%/html/rules/quadrangle.html -%%DATADIR%%/html/rules/queenie.html -%%DATADIR%%/html/rules/rachel.html -%%DATADIR%%/html/rules/rainbow.html -%%DATADIR%%/html/rules/rainfall.html -%%DATADIR%%/html/rules/rambling.html -%%DATADIR%%/html/rules/rankandfile.html -%%DATADIR%%/html/rules/redandblack.html -%%DATADIR%%/html/rules/redmoon.html -%%DATADIR%%/html/rules/relax.html -%%DATADIR%%/html/rules/relaxedfreecell.html -%%DATADIR%%/html/rules/relaxedgolf.html -%%DATADIR%%/html/rules/relaxedpyramid.html -%%DATADIR%%/html/rules/relaxedseahaventowers.html -%%DATADIR%%/html/rules/relaxedspider.html -%%DATADIR%%/html/rules/retinue.html -%%DATADIR%%/html/rules/roslin.html -%%DATADIR%%/html/rules/rougeetnoir.html -%%DATADIR%%/html/rules/royalcotillion.html -%%DATADIR%%/html/rules/royaleast.html -%%DATADIR%%/html/rules/royalmarriage.html -%%DATADIR%%/html/rules/rushdike.html -%%DATADIR%%/html/rules/russianpatience.html -%%DATADIR%%/html/rules/russianpoint.html -%%DATADIR%%/html/rules/russiansolitaire.html -%%DATADIR%%/html/rules/saliclaw.html -%%DATADIR%%/html/rules/samuri.html -%%DATADIR%%/html/rules/sanibel.html -%%DATADIR%%/html/rules/saratoga.html -%%DATADIR%%/html/rules/scorpion.html -%%DATADIR%%/html/rules/scorpionhead.html -%%DATADIR%%/html/rules/scorpiontail.html -%%DATADIR%%/html/rules/scotchpatience.html -%%DATADIR%%/html/rules/seahaventowers.html -%%DATADIR%%/html/rules/serpent.html -%%DATADIR%%/html/rules/sevenbyfive.html -%%DATADIR%%/html/rules/sevenbyfour.html -%%DATADIR%%/html/rules/sevendevils.html -%%DATADIR%%/html/rules/shamrocks.html -%%DATADIR%%/html/rules/shamrocksii.html -%%DATADIR%%/html/rules/shamsher.html -%%DATADIR%%/html/rules/shanka.html -%%DATADIR%%/html/rules/shisensho.html -%%DATADIR%%/html/rules/siebenbisas.html -%%DATADIR%%/html/rules/simplecarlo.html -%%DATADIR%%/html/rules/simplepairs.html -%%DATADIR%%/html/rules/simplesimon.html -%%DATADIR%%/html/rules/singlerail.html -%%DATADIR%%/html/rules/sixsages.html -%%DATADIR%%/html/rules/sixtengus.html -%%DATADIR%%/html/rules/skiz.html -%%DATADIR%%/html/rules/slyfox.html -%%DATADIR%%/html/rules/smallharp.html -%%DATADIR%%/html/rules/snake.html -%%DATADIR%%/html/rules/snakestone.html -%%DATADIR%%/html/rules/spaces.html -%%DATADIR%%/html/rules/spanishpatience.html -%%DATADIR%%/html/rules/spider.html -%%DATADIR%%/html/rules/spiderette.html -%%DATADIR%%/html/rules/stalactites.html -%%DATADIR%%/html/rules/steps.html -%%DATADIR%%/html/rules/sthelena.html -%%DATADIR%%/html/rules/stonewall.html -%%DATADIR%%/html/rules/storehouse.html -%%DATADIR%%/html/rules/strategy.html -%%DATADIR%%/html/rules/streets.html -%%DATADIR%%/html/rules/streetsandalleys.html -%%DATADIR%%/html/rules/stronghold.html -%%DATADIR%%/html/rules/sultan.html -%%DATADIR%%/html/rules/sumo.html -%%DATADIR%%/html/rules/superflowergarden.html -%%DATADIR%%/html/rules/superiorcanfield.html -%%DATADIR%%/html/rules/supersamuri.html -%%DATADIR%%/html/rules/surukh.html -%%DATADIR%%/html/rules/tabbycat.html -%%DATADIR%%/html/rules/tamoshanter.html -%%DATADIR%%/html/rules/tenavatars.html -%%DATADIR%%/html/rules/terrace.html -%%DATADIR%%/html/rules/thefamiliar.html -%%DATADIR%%/html/rules/thelastmonarch.html -%%DATADIR%%/html/rules/threepeaks.html -%%DATADIR%%/html/rules/threepeaksnonscoring.html -%%DATADIR%%/html/rules/threeshufflesandadraw.html -%%DATADIR%%/html/rules/thumbandpouch.html -%%DATADIR%%/html/rules/tipati.html -%%DATADIR%%/html/rules/tournament.html -%%DATADIR%%/html/rules/towerofhanoy.html -%%DATADIR%%/html/rules/treasuretrove.html -%%DATADIR%%/html/rules/trefoil.html -%%DATADIR%%/html/rules/tripleklondike.html -%%DATADIR%%/html/rules/tripleklondikebythrees.html -%%DATADIR%%/html/rules/tripleline.html -%%DATADIR%%/html/rules/twofamiliars.html -%%DATADIR%%/html/rules/unionsquare.html -%%DATADIR%%/html/rules/vajra.html -%%DATADIR%%/html/rules/vamana.html -%%DATADIR%%/html/rules/varaha.html -%%DATADIR%%/html/rules/variegatedcanfield.html -%%DATADIR%%/html/rules/vegasklondike.html -%%DATADIR%%/html/rules/virginiareel.html -%%DATADIR%%/html/rules/waningmoon.html -%%DATADIR%%/html/rules/wasp.html -%%DATADIR%%/html/rules/westcliff.html -%%DATADIR%%/html/rules/wheeloffortune.html -%%DATADIR%%/html/rules/whitehead.html -%%DATADIR%%/html/rules/wicked.html -%%DATADIR%%/html/rules/willothewisp.html -%%DATADIR%%/html/rules/windmill.html -%%DATADIR%%/html/rules/wisteria.html -%%DATADIR%%/html/rules/yukon.html -%%DATADIR%%/html/rules/zebra.html -%%DATADIR%%/html/rules/zodiac.html -%%DATADIR%%/html/rules_alternate.html -%%DATADIR%%/images/buttons/bluecurve/cancel.gif -%%DATADIR%%/images/buttons/bluecurve/new.gif -%%DATADIR%%/images/buttons/bluecurve/ok.gif -%%DATADIR%%/images/cards/bottoms/french/bottom02-n.png -%%DATADIR%%/images/cards/bottoms/french/bottom02.png -%%DATADIR%%/images/cards/bottoms/french/bottom03-n.png -%%DATADIR%%/images/cards/bottoms/french/bottom03.png -%%DATADIR%%/images/cards/bottoms/french/bottom04-n.png -%%DATADIR%%/images/cards/bottoms/french/bottom04.png -%%DATADIR%%/images/cards/bottoms/french/bottom05-n.png -%%DATADIR%%/images/cards/bottoms/french/bottom05.png -%%DATADIR%%/images/cards/bottoms/french/bottom06-n.png -%%DATADIR%%/images/cards/bottoms/french/bottom06.png -%%DATADIR%%/images/cards/bottoms/french/bottom07-n.png -%%DATADIR%%/images/cards/bottoms/french/bottom07.png -%%DATADIR%%/images/cards/bottoms/french/l01-n.png -%%DATADIR%%/images/cards/bottoms/french/l01.png -%%DATADIR%%/images/cards/bottoms/french/l02-n.png -%%DATADIR%%/images/cards/bottoms/french/l02.png -%%DATADIR%%/images/cards/bottoms/french/l03-n.png -%%DATADIR%%/images/cards/bottoms/french/l03.png -%%DATADIR%%/images/cards/bottoms/french/l04-n.png -%%DATADIR%%/images/cards/bottoms/french/l04.png -%%DATADIR%%/images/cards/large/01c.gif -%%DATADIR%%/images/cards/large/01d.gif -%%DATADIR%%/images/cards/large/01h.gif -%%DATADIR%%/images/cards/large/01s.gif -%%DATADIR%%/images/cards/large/02c.gif -%%DATADIR%%/images/cards/large/02d.gif -%%DATADIR%%/images/cards/large/02h.gif -%%DATADIR%%/images/cards/large/02s.gif -%%DATADIR%%/images/cards/large/03c.gif -%%DATADIR%%/images/cards/large/03d.gif -%%DATADIR%%/images/cards/large/03h.gif -%%DATADIR%%/images/cards/large/03s.gif -%%DATADIR%%/images/cards/large/04c.gif -%%DATADIR%%/images/cards/large/04d.gif -%%DATADIR%%/images/cards/large/04h.gif -%%DATADIR%%/images/cards/large/04s.gif -%%DATADIR%%/images/cards/large/05c.gif -%%DATADIR%%/images/cards/large/05d.gif -%%DATADIR%%/images/cards/large/05h.gif -%%DATADIR%%/images/cards/large/05s.gif -%%DATADIR%%/images/cards/large/06c.gif -%%DATADIR%%/images/cards/large/06d.gif -%%DATADIR%%/images/cards/large/06h.gif -%%DATADIR%%/images/cards/large/06s.gif -%%DATADIR%%/images/cards/large/07c.gif -%%DATADIR%%/images/cards/large/07d.gif -%%DATADIR%%/images/cards/large/07h.gif -%%DATADIR%%/images/cards/large/07s.gif -%%DATADIR%%/images/cards/large/08c.gif -%%DATADIR%%/images/cards/large/08d.gif -%%DATADIR%%/images/cards/large/08h.gif -%%DATADIR%%/images/cards/large/08s.gif -%%DATADIR%%/images/cards/large/09c.gif -%%DATADIR%%/images/cards/large/09d.gif -%%DATADIR%%/images/cards/large/09h.gif -%%DATADIR%%/images/cards/large/09s.gif -%%DATADIR%%/images/cards/large/10c.gif -%%DATADIR%%/images/cards/large/10d.gif -%%DATADIR%%/images/cards/large/10h.gif -%%DATADIR%%/images/cards/large/10s.gif -%%DATADIR%%/images/cards/large/11c.gif -%%DATADIR%%/images/cards/large/11d.gif -%%DATADIR%%/images/cards/large/11h.gif -%%DATADIR%%/images/cards/large/11s.gif -%%DATADIR%%/images/cards/large/12c.gif -%%DATADIR%%/images/cards/large/12d.gif -%%DATADIR%%/images/cards/large/12h.gif -%%DATADIR%%/images/cards/large/12s.gif -%%DATADIR%%/images/cards/large/13c.gif -%%DATADIR%%/images/cards/large/13d.gif -%%DATADIR%%/images/cards/large/13h.gif -%%DATADIR%%/images/cards/large/13s.gif -%%DATADIR%%/images/cards/small/01c.gif -%%DATADIR%%/images/cards/small/01d.gif -%%DATADIR%%/images/cards/small/01h.gif -%%DATADIR%%/images/cards/small/01s.gif -%%DATADIR%%/images/cards/small/02c.gif -%%DATADIR%%/images/cards/small/02d.gif -%%DATADIR%%/images/cards/small/02h.gif -%%DATADIR%%/images/cards/small/02s.gif -%%DATADIR%%/images/cards/small/03c.gif -%%DATADIR%%/images/cards/small/03d.gif -%%DATADIR%%/images/cards/small/03h.gif -%%DATADIR%%/images/cards/small/03s.gif -%%DATADIR%%/images/cards/small/04c.gif -%%DATADIR%%/images/cards/small/04d.gif -%%DATADIR%%/images/cards/small/04h.gif -%%DATADIR%%/images/cards/small/04s.gif -%%DATADIR%%/images/cards/small/05c.gif -%%DATADIR%%/images/cards/small/05d.gif -%%DATADIR%%/images/cards/small/05h.gif -%%DATADIR%%/images/cards/small/05s.gif -%%DATADIR%%/images/cards/small/06c.gif -%%DATADIR%%/images/cards/small/06d.gif -%%DATADIR%%/images/cards/small/06h.gif -%%DATADIR%%/images/cards/small/06s.gif -%%DATADIR%%/images/cards/small/07c.gif -%%DATADIR%%/images/cards/small/07d.gif -%%DATADIR%%/images/cards/small/07h.gif -%%DATADIR%%/images/cards/small/07s.gif -%%DATADIR%%/images/cards/small/08c.gif -%%DATADIR%%/images/cards/small/08d.gif -%%DATADIR%%/images/cards/small/08h.gif -%%DATADIR%%/images/cards/small/08s.gif -%%DATADIR%%/images/cards/small/09c.gif -%%DATADIR%%/images/cards/small/09d.gif -%%DATADIR%%/images/cards/small/09h.gif -%%DATADIR%%/images/cards/small/09s.gif -%%DATADIR%%/images/cards/small/10c.gif -%%DATADIR%%/images/cards/small/10d.gif -%%DATADIR%%/images/cards/small/10h.gif -%%DATADIR%%/images/cards/small/10s.gif -%%DATADIR%%/images/cards/small/11c.gif -%%DATADIR%%/images/cards/small/11d.gif -%%DATADIR%%/images/cards/small/11h.gif -%%DATADIR%%/images/cards/small/11s.gif -%%DATADIR%%/images/cards/small/12c.gif -%%DATADIR%%/images/cards/small/12d.gif -%%DATADIR%%/images/cards/small/12h.gif -%%DATADIR%%/images/cards/small/12s.gif -%%DATADIR%%/images/cards/small/13c.gif -%%DATADIR%%/images/cards/small/13d.gif -%%DATADIR%%/images/cards/small/13h.gif -%%DATADIR%%/images/cards/small/13s.gif -%%DATADIR%%/images/demo/demo01.gif -%%DATADIR%%/images/demo/demo02.gif -%%DATADIR%%/images/demo/demo03.gif -%%DATADIR%%/images/demo/demo04.gif -%%DATADIR%%/images/demo/demo05.gif -%%DATADIR%%/images/dialog/bluecurve/error.gif -%%DATADIR%%/images/dialog/bluecurve/info.gif -%%DATADIR%%/images/dialog/bluecurve/question.gif -%%DATADIR%%/images/dialog/bluecurve/warning.gif -%%DATADIR%%/images/dialog/default/error.gif -%%DATADIR%%/images/dialog/default/info.gif -%%DATADIR%%/images/dialog/default/question.gif -%%DATADIR%%/images/dialog/default/warning.gif -%%DATADIR%%/images/htmlviewer/disk.gif -%%DATADIR%%/images/logos/joker07_40_774.gif -%%DATADIR%%/images/logos/joker07_50_774.gif -%%DATADIR%%/images/logos/joker08_40_774.gif -%%DATADIR%%/images/logos/joker08_50_774.gif -%%DATADIR%%/images/logos/joker10_100.gif -%%DATADIR%%/images/logos/joker11_100_774.gif -%%DATADIR%%/images/misc/pysol01.png -%%DATADIR%%/images/misc/pysol02.png -%%DATADIR%%/images/noredeal.gif -%%DATADIR%%/images/pause/pause01.gif -%%DATADIR%%/images/pause/pause02.gif -%%DATADIR%%/images/pause/pause03.gif -%%DATADIR%%/images/redeal.gif -%%DATADIR%%/images/redeal.png -%%DATADIR%%/images/selectgame.gif -%%DATADIR%%/images/shadow.gif -%%DATADIR%%/images/stopsign.png -%%DATADIR%%/images/stats/barchart.gif -%%DATADIR%%/images/stats/progression.jpg -%%DATADIR%%/images/stoplight.gif -%%DATADIR%%/images/stopsign.gif -%%DATADIR%%/images/toolbar/bluecurve/large/autodrop.gif -%%DATADIR%%/images/toolbar/bluecurve/large/new.gif -%%DATADIR%%/images/toolbar/bluecurve/large/open.gif -%%DATADIR%%/images/toolbar/bluecurve/large/pause.gif -%%DATADIR%%/images/toolbar/bluecurve/large/quit.gif -%%DATADIR%%/images/toolbar/bluecurve/large/redo.gif -%%DATADIR%%/images/toolbar/bluecurve/large/restart.gif -%%DATADIR%%/images/toolbar/bluecurve/large/rules.gif -%%DATADIR%%/images/toolbar/bluecurve/large/save.gif -%%DATADIR%%/images/toolbar/bluecurve/large/shuffle.gif -%%DATADIR%%/images/toolbar/bluecurve/large/statistics.gif -%%DATADIR%%/images/toolbar/bluecurve/large/undo.gif -%%DATADIR%%/images/toolbar/bluecurve/small/autodrop.gif -%%DATADIR%%/images/toolbar/bluecurve/small/new.gif -%%DATADIR%%/images/toolbar/bluecurve/small/open.gif -%%DATADIR%%/images/toolbar/bluecurve/small/pause.gif -%%DATADIR%%/images/toolbar/bluecurve/small/quit.gif -%%DATADIR%%/images/toolbar/bluecurve/small/redo.gif -%%DATADIR%%/images/toolbar/bluecurve/small/restart.gif -%%DATADIR%%/images/toolbar/bluecurve/small/rules.gif -%%DATADIR%%/images/toolbar/bluecurve/small/save.gif -%%DATADIR%%/images/toolbar/bluecurve/small/shuffle.gif -%%DATADIR%%/images/toolbar/bluecurve/small/statistics.gif -%%DATADIR%%/images/toolbar/bluecurve/small/undo.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/autodrop.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/new.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/open.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/pause.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/quit.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/redo.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/restart.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/rules.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/save.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/statistics.gif -%%DATADIR%%/images/toolbar/bluecurve/xlarge/undo.gif -%%DATADIR%%/images/toolbar/crystal/large/autodrop.gif -%%DATADIR%%/images/toolbar/crystal/large/new.gif -%%DATADIR%%/images/toolbar/crystal/large/open.gif -%%DATADIR%%/images/toolbar/crystal/large/pause.gif -%%DATADIR%%/images/toolbar/crystal/large/quit.gif -%%DATADIR%%/images/toolbar/crystal/large/redo.gif -%%DATADIR%%/images/toolbar/crystal/large/restart.gif -%%DATADIR%%/images/toolbar/crystal/large/rules.gif -%%DATADIR%%/images/toolbar/crystal/large/save.gif -%%DATADIR%%/images/toolbar/crystal/large/shuffle.gif -%%DATADIR%%/images/toolbar/crystal/large/statistics.gif -%%DATADIR%%/images/toolbar/crystal/large/undo.gif -%%DATADIR%%/images/toolbar/crystal/small/autodrop.gif -%%DATADIR%%/images/toolbar/crystal/small/new.gif -%%DATADIR%%/images/toolbar/crystal/small/open.gif -%%DATADIR%%/images/toolbar/crystal/small/pause.gif -%%DATADIR%%/images/toolbar/crystal/small/quit.gif -%%DATADIR%%/images/toolbar/crystal/small/redo.gif -%%DATADIR%%/images/toolbar/crystal/small/restart.gif -%%DATADIR%%/images/toolbar/crystal/small/rules.gif -%%DATADIR%%/images/toolbar/crystal/small/save.gif -%%DATADIR%%/images/toolbar/crystal/small/shuffle.gif -%%DATADIR%%/images/toolbar/crystal/small/statistics.gif -%%DATADIR%%/images/toolbar/crystal/small/undo.gif -%%DATADIR%%/images/toolbar/default/large/autodrop.gif -%%DATADIR%%/images/toolbar/default/large/new.gif -%%DATADIR%%/images/toolbar/default/large/open.gif -%%DATADIR%%/images/toolbar/default/large/pause.gif -%%DATADIR%%/images/toolbar/default/large/quit.gif -%%DATADIR%%/images/toolbar/default/large/redo.gif -%%DATADIR%%/images/toolbar/default/large/restart.gif -%%DATADIR%%/images/toolbar/default/large/rules.gif -%%DATADIR%%/images/toolbar/default/large/save.gif -%%DATADIR%%/images/toolbar/default/large/statistics.gif -%%DATADIR%%/images/toolbar/default/large/undo.gif -%%DATADIR%%/images/toolbar/default/small/autodrop.gif -%%DATADIR%%/images/toolbar/default/small/new.gif -%%DATADIR%%/images/toolbar/default/small/open.gif -%%DATADIR%%/images/toolbar/default/small/pause.gif -%%DATADIR%%/images/toolbar/default/small/quit.gif -%%DATADIR%%/images/toolbar/default/small/redo.gif -%%DATADIR%%/images/toolbar/default/small/restart.gif -%%DATADIR%%/images/toolbar/default/small/rules.gif -%%DATADIR%%/images/toolbar/default/small/save.gif -%%DATADIR%%/images/toolbar/default/small/statistics.gif -%%DATADIR%%/images/toolbar/default/small/undo.gif -%%DATADIR%%/images/toolbar/human/small/autodrop.png -%%DATADIR%%/images/toolbar/human/small/new.png -%%DATADIR%%/images/toolbar/human/small/open.png -%%DATADIR%%/images/toolbar/human/small/pause.gif -%%DATADIR%%/images/toolbar/human/small/quit.png -%%DATADIR%%/images/toolbar/human/small/redo.png -%%DATADIR%%/images/toolbar/human/small/restart.png -%%DATADIR%%/images/toolbar/human/small/rules.png -%%DATADIR%%/images/toolbar/human/small/save.png -%%DATADIR%%/images/toolbar/human/small/shuffle.png -%%DATADIR%%/images/toolbar/human/small/statistics.png -%%DATADIR%%/images/toolbar/human/small/undo.png -%%DATADIR%%/images/tree/emptynode.gif -%%DATADIR%%/images/tree/folder.gif -%%DATADIR%%/images/tree/minusnode.gif -%%DATADIR%%/images/tree/node.gif -%%DATADIR%%/images/tree/openfolder.gif -%%DATADIR%%/images/tree/plusnode.gif -%%DATADIR%%/images/tree/python.gif -%%DATADIR%%/images/tree/tk.gif -%%DATADIR%%/images/wizard.gif -%%DATADIR%%/images/wizardcards.gif -%%DATADIR%%/pysolfc.glade -%%DATADIR%%/sound/areyousure.wav -%%DATADIR%%/sound/autodrop.wav -%%DATADIR%%/sound/autoflip.wav -%%DATADIR%%/sound/autopilotlost.wav -%%DATADIR%%/sound/autopilotwon.wav -%%DATADIR%%/sound/deal01.wav -%%DATADIR%%/sound/deal02.wav -%%DATADIR%%/sound/deal04.wav -%%DATADIR%%/sound/deal08.wav -%%DATADIR%%/sound/dealwaste.wav -%%DATADIR%%/sound/drop.wav -%%DATADIR%%/sound/droppair.wav -%%DATADIR%%/sound/extra/grandfathersclock.wav -%%DATADIR%%/sound/flip.wav -%%DATADIR%%/sound/gamefinished.wav -%%DATADIR%%/sound/gamelost.wav -%%DATADIR%%/sound/gameperfect.wav -%%DATADIR%%/sound/gamewon.wav -%%DATADIR%%/sound/move.wav -%%DATADIR%%/sound/nomove.wav -%%DATADIR%%/sound/redo.wav -%%DATADIR%%/sound/startdrag.wav -%%DATADIR%%/sound/turnwaste.wav -%%DATADIR%%/sound/undo.wav -%%DATADIR%%/sound/winfinished.wav -%%DATADIR%%/sound/winlost.wav -%%DATADIR%%/sound/winperfect.wav -%%DATADIR%%/sound/winwon.wav -%%DATADIR%%/tcl/clrpick8.4.tcl -%%DATADIR%%/tcl/clrpick8.5.tcl -%%DATADIR%%/tcl/fsdialog8.4.tcl -%%DATADIR%%/tcl/fsdialog8.5.tcl -%%DATADIR%%/tcl/menu8.4.tcl -%%DATADIR%%/themes/blue/blue/arrowdown-h.gif -%%DATADIR%%/themes/blue/blue/arrowdown-p.gif -%%DATADIR%%/themes/blue/blue/arrowdown.gif -%%DATADIR%%/themes/blue/blue/arrowleft-h.gif -%%DATADIR%%/themes/blue/blue/arrowleft-p.gif -%%DATADIR%%/themes/blue/blue/arrowleft.gif -%%DATADIR%%/themes/blue/blue/arrowright-h.gif -%%DATADIR%%/themes/blue/blue/arrowright-p.gif -%%DATADIR%%/themes/blue/blue/arrowright.gif -%%DATADIR%%/themes/blue/blue/arrowup-h.gif -%%DATADIR%%/themes/blue/blue/arrowup-p.gif -%%DATADIR%%/themes/blue/blue/arrowup.gif -%%DATADIR%%/themes/blue/blue/button-h.gif -%%DATADIR%%/themes/blue/blue/button-n.gif -%%DATADIR%%/themes/blue/blue/button-n.xcf -%%DATADIR%%/themes/blue/blue/button-p.gif -%%DATADIR%%/themes/blue/blue/check-hc.gif -%%DATADIR%%/themes/blue/blue/check-hu.gif -%%DATADIR%%/themes/blue/blue/check-nc.gif -%%DATADIR%%/themes/blue/blue/check-nu.gif -%%DATADIR%%/themes/blue/blue/radio-hc.gif -%%DATADIR%%/themes/blue/blue/radio-hu.gif -%%DATADIR%%/themes/blue/blue/radio-nc.gif -%%DATADIR%%/themes/blue/blue/radio-nu.gif -%%DATADIR%%/themes/blue/blue/sb-thumb-p.gif -%%DATADIR%%/themes/blue/blue/sb-thumb.gif -%%DATADIR%%/themes/blue/blue/sb-vthumb-p.gif -%%DATADIR%%/themes/blue/blue/sb-vthumb.gif -%%DATADIR%%/themes/blue/blue/slider-p.gif -%%DATADIR%%/themes/blue/blue/slider.gif -%%DATADIR%%/themes/blue/blue/vslider-p.gif -%%DATADIR%%/themes/blue/blue/vslider.gif -%%DATADIR%%/themes/blue/blue8.4.tcl -%%DATADIR%%/themes/blue/blue8.5.tcl -%%DATADIR%%/themes/blue/pkgIndex.tcl -%%DATADIR%%/themes/clearlooks/clearlooks/arrowdown-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowdown-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowdown-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowdown-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowleft-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowleft-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowleft-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowleft-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowright-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowright-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowright-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowright-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowup-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowup-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowup-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/arrowup-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/blank.gif -%%DATADIR%%/themes/clearlooks/clearlooks/button-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/button-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/button-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/button-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/button-pa.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-ac.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-au.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-dc.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-du.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-nc.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-nu.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-pc.gif -%%DATADIR%%/themes/clearlooks/clearlooks/check-pu.gif -%%DATADIR%%/themes/clearlooks/clearlooks/combo-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/combo-ra.gif -%%DATADIR%%/themes/clearlooks/clearlooks/combo-rd.gif -%%DATADIR%%/themes/clearlooks/clearlooks/combo-rf.gif -%%DATADIR%%/themes/clearlooks/clearlooks/combo-rn.gif -%%DATADIR%%/themes/clearlooks/clearlooks/combo-rp.gif -%%DATADIR%%/themes/clearlooks/clearlooks/comboarrow-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/comboarrow-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/comboarrow-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/comboarrow-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/progress-h.gif -%%DATADIR%%/themes/clearlooks/clearlooks/progress-v.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-ac.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-au.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-dc.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-du.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-nc.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-nu.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-pc.gif -%%DATADIR%%/themes/clearlooks/clearlooks/radio-pu.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-ha.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-hd.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-hn.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-hp.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-va.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-vd.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-vn.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sbthumb-vp.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scale-ha.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scale-hd.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scale-hn.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scale-va.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scale-vd.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scale-vn.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scaletrough-h.gif -%%DATADIR%%/themes/clearlooks/clearlooks/scaletrough-v.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sep-h.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sep-v.gif -%%DATADIR%%/themes/clearlooks/clearlooks/sizegrip.gif -%%DATADIR%%/themes/clearlooks/clearlooks/tab-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/tab-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/toolbutton-a.gif -%%DATADIR%%/themes/clearlooks/clearlooks/toolbutton-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/toolbutton-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/toolbutton-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks/toolbutton-pa.gif -%%DATADIR%%/themes/clearlooks/clearlooks/tree-d.gif -%%DATADIR%%/themes/clearlooks/clearlooks/tree-h.gif -%%DATADIR%%/themes/clearlooks/clearlooks/tree-n.gif -%%DATADIR%%/themes/clearlooks/clearlooks/tree-p.gif -%%DATADIR%%/themes/clearlooks/clearlooks8.4.tcl -%%DATADIR%%/themes/clearlooks/clearlooks8.5.tcl -%%DATADIR%%/themes/clearlooks/convert_imgs.sh -%%DATADIR%%/themes/clearlooks/create_imgs.py -%%DATADIR%%/themes/clearlooks/pkgIndex.tcl -%%DATADIR%%/tiles/Baize.gif -%%DATADIR%%/tiles/Chequered_Field.gif -%%DATADIR%%/tiles/Fade_Blue.gif -%%DATADIR%%/tiles/Fade_Green.gif -%%DATADIR%%/tiles/Fade_Red.gif -%%DATADIR%%/tiles/Gammi.gif -%%DATADIR%%/tiles/Nostalgy.gif -%%DATADIR%%/tiles/Olive_Fossils.gif -%%DATADIR%%/tiles/Orange_Ornaments.gif -%%DATADIR%%/tiles/Pale_Satin.gif -%%DATADIR%%/tiles/Rainbow.gif -%%DATADIR%%/tiles/save-aspect/Paradise_Wide.jpg -%%DATADIR%%/tiles/stretch/Blue_Fractal.jpg -%%DATADIR%%/tiles/stretch/Castle.gif -%%DATADIR%%/tiles/stretch/Sunset.gif -%%NLS%%share/locale/ru/LC_MESSAGES/pysol.mo -%%NLS%%share/locale/ru_RU/LC_MESSAGES/pysol.mo -share/pixmaps/pysolfc.png -share/pixmaps/pysol.xbm -share/pixmaps/pysol.xpm -share/applications/pysol.desktop -share/icons/pysol01.png -share/icons/pysol02.png -%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ru_RU -@dirrmtry share/icons -@dirrm %%DATADIR%%/tiles/save-aspect -@dirrm %%DATADIR%%/tiles/stretch -@dirrm %%DATADIR%%/tiles -@dirrm %%DATADIR%%/themes/clearlooks/clearlooks -@dirrm %%DATADIR%%/themes/clearlooks -@dirrm %%DATADIR%%/themes/blue/blue -@dirrm %%DATADIR%%/themes/blue -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/tcl -@dirrm %%DATADIR%%/sound/extra -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/images/tree -@dirrm %%DATADIR%%/images/toolbar/human/small -@dirrm %%DATADIR%%/images/toolbar/human -@dirrm %%DATADIR%%/images/toolbar/default/small -@dirrm %%DATADIR%%/images/toolbar/default/large -@dirrm %%DATADIR%%/images/toolbar/default -@dirrm %%DATADIR%%/images/toolbar/crystal/small -@dirrm %%DATADIR%%/images/toolbar/crystal/large -@dirrm %%DATADIR%%/images/toolbar/crystal -@dirrm %%DATADIR%%/images/toolbar/bluecurve/xlarge -@dirrm %%DATADIR%%/images/toolbar/bluecurve/small -@dirrm %%DATADIR%%/images/toolbar/bluecurve/large -@dirrm %%DATADIR%%/images/toolbar/bluecurve -@dirrm %%DATADIR%%/images/toolbar -@dirrm %%DATADIR%%/images/stats -@dirrm %%DATADIR%%/images/pause -@dirrm %%DATADIR%%/images/misc -@dirrm %%DATADIR%%/images/logos -@dirrm %%DATADIR%%/images/htmlviewer -@dirrm %%DATADIR%%/images/dialog/default -@dirrm %%DATADIR%%/images/dialog/bluecurve -@dirrm %%DATADIR%%/images/dialog -@dirrm %%DATADIR%%/images/demo -@dirrm %%DATADIR%%/images/cards/small -@dirrm %%DATADIR%%/images/cards/large -@dirrm %%DATADIR%%/images/cards/bottoms/french -@dirrm %%DATADIR%%/images/cards/bottoms -@dirrm %%DATADIR%%/images/cards -@dirrm %%DATADIR%%/images/buttons/bluecurve -@dirrm %%DATADIR%%/images/buttons -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/html/rules -@dirrm %%DATADIR%%/html/images -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%%/cardset-vienna-2k -@dirrm %%DATADIR%%/cardset-tuxedo -@dirrm %%DATADIR%%/cardset-standard -@dirrm %%DATADIR%%/cardset-oxymoron -@dirrm %%DATADIR%%/cardset-mughal-ganjifa -@dirrm %%DATADIR%%/cardset-matrix -@dirrm %%DATADIR%%/cardset-kintengu -@dirrm %%DATADIR%%/cardset-hexadeck -@dirrm %%DATADIR%%/cardset-gnome-mahjongg-1 -@dirrm %%DATADIR%%/cardset-dondorf -@dirrm %%DATADIR%%/cardset-dashavatara-ganjifa -@dirrm %%DATADIR%%/cardset-crystal-mahjongg -@dirrm %%DATADIR%%/cardset-2000 -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/winsystems -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/tk -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/tile -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/pysolgtk -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/macosx -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/games/ultra -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/games/special -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/games/mahjongg -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/games -@dirrm %%PYTHON_SITELIBDIR%%/pysollib/configobj -@dirrm %%PYTHON_SITELIBDIR%%/pysollib |