Mercurial > touhou
view pytouhou/formats/__init__.py @ 453:17a7f3b028f3
Raise an exception if GL context creation fails instead of failing silently.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Fri, 30 Aug 2013 23:32:36 +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