return m_physics;
}
public static SoundController getAudioController() throws ParserConfigurationException, SAXException, IOException {
if (m_audioController == null) {
m_audioController = new SoundController("config\\musics.xml", "config\\sounds.xml", "config\\playlists.xml");
}
return m_audioController;
}