diff engine/python/fife/extensions/__init__.py @ 492:16ceb3228324

Moved the SoundManager and the 2D math function (helpers) from the shooter demo to the fife extensions. Fixed fife_timer as it didn't work in the first place. Modified the SoundManager to use the now working fife_timer and removed the Timer class from the shooter demo entirely
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 07 May 2010 21:07:27 +0000
parents 64738befdf3b
children 466d76db9701
line wrap: on
line diff
--- a/engine/python/fife/extensions/__init__.py	Thu May 06 19:34:21 2010 +0000
+++ b/engine/python/fife/extensions/__init__.py	Fri May 07 21:07:27 2010 +0000
@@ -9,4 +9,6 @@
 	'filebrowser',
 	'pythonize',
 	'savers',
-]
\ No newline at end of file
+	'soundmanager',
+	'fife_math'
+]