Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Protected Member Functions
com.linxonline.mallet.resources.SoundManager Class Reference
Inheritance diagram for com.linxonline.mallet.resources.SoundManager:
Inheritance graph
[legend]
Collaboration diagram for com.linxonline.mallet.resources.SoundManager:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SoundManager ()
void shutdown ()

Protected Member Functions

Sound createResource (final String _file)

Constructor & Destructor Documentation


Member Function Documentation

Sound com.linxonline.mallet.resources.SoundManager.createResource ( final String  _file) [protected]

Should be overriden by all classes that extend this class. Called when a resource needs to be created.

Reimplemented from com.linxonline.mallet.resources.AbstractManager.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables