ocarina/include/volume.h
Bryan Schumaker 258875bdb8 libsaria: Move header files out of include/libsaria/
Ocarina no longer has a header file subdirectory so there is no reason
to have a libsaria subdirectory anymore.  Putting header files directly
in the include/ directory is a bit simpler.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
2012-09-12 08:15:31 -04:00

11 lines
156 B
C++

#ifndef LIBSARIA_VOLUME_H
#define LIBSARIA_VOLUME_H
namespace libsaria
{
void set_volume(double);
double get_volume();
}
#endif /* LIBSARIA_VOLUME_H */