view engine/python/fife/__init__.py @ 588:a46368b3d8a0

* Added checks to setRotation() and setLocation() to prevent performance decrease. * Commented out the sanityCheck() in pool destructor, it is only usefull for debugging and slows down the engine destruction massively.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 13 Aug 2010 13:54:02 +0000
parents 64738befdf3b
children
line wrap: on
line source

# -*- coding: utf-8 -*-

__all__ = [
	'fife'
]