Mercurial > touhou
view pytouhou/formats/__init__.py @ 503:c622eaf64428
Optimize GameRunner some more, fix replay, and remove Window dependency in Renderer.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 04 Oct 2013 14:27:11 +0200 |
parents | 70e2ed71b09c |
children |
line wrap: on
line source
"""Touhou games file formats handling. This package provides modules to handle the various proprietary file formats used by Touhou games. """ class WrongFormatError(Exception): pass class ChecksumError(Exception): pass