summaryrefslogtreecommitdiff
path: root/src/clientsimpleobject.h
Commit message (Expand)AuthorAge
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Optimize headersPerttu Ahola2012-06-17
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-10
See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef SOUND_OPENAL_HEADER #define SOUND_OPENAL_HEADER #include "sound.h" ISoundManager *createOpenALSoundManager(OnDemandSoundFetcher *fetcher); #endif