#include <string.h>
#include "input.hpp"
#include "debug.hpp"
#include "input_mod.hpp"
#include "input_ogg.hpp"
#include "input_wav.hpp"
#include "utility.hpp"
Include dependency graph for input.cpp:
Go to the source code of this file.
Defines | |
#define | TRY_SOURCE(source_type) |
Functions | |
bool | end_is (const char *begin, const char *end, const char *ext) |
ISampleSource* | OpenInputStream (IFileSystem *fs, const char *filename) |
|
Value: source = TryInputStream<source_type>(file); \ if (source) { \ return source; \ } else { \ file->Seek(0, ADR_BEGIN); \ } Referenced by OpenInputStream().
|
|
|
|
Definition at line 12 of file input.cpp. Referenced by OpenInputStream().
|