CPP-TOOLBOX
Loading...
Searching...
No Matches
load_sound_file.hpp
Go to the documentation of this file.
1#ifndef OPENAL_MWE_LOAD_SOUND_FILE_HPP
2#define OPENAL_MWE_LOAD_SOUND_FILE_HPP
3
4#include <AL/al.h>
5
6ALuint load_sound_and_generate_openal_buffer(const char *filename);
7
8#endif // OPENAL_MWE_LOAD_SOUND_FILE_HPP
ALuint load_sound_and_generate_openal_buffer(const char *filename)
Definition load_sound_file.cpp:419