cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m
changeset 2689 dfda97c153a4
parent 2688 174c94b8ea72
child 2691 c0da3a98c01c
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m	Fri Jan 08 03:52:44 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m	Sat Jan 09 00:59:12 2010 +0000
@@ -81,6 +81,9 @@
 
 	/* Set working directory to resource path */
 	[[NSFileManager defaultManager] changeCurrentDirectoryPath: [[NSBundle mainBundle] resourcePath]];
+//#import "SoundEffect.h"	
+//	SoundEffect *erasingSound = [[SoundEffect alloc] initWithContentsOfFile:[mainBundle pathForResource:@"Erase" ofType:@"caf"]];
+//	SoundEffect *selectSound = [[SoundEffect alloc] initWithContentsOfFile:[mainBundle pathForResource:@"Select" ofType:@"caf"]];
 	
 	[window addSubview:controller.view];
 	[window makeKeyAndVisible];