Replace stb_vorbis with libogg+libvorbis
This commit is contained in:
parent
0d5e13cd80
commit
f5d9c7b487
36 changed files with 1046 additions and 6041 deletions
|
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
void append_array(Vector<T> p_other);
|
||||
|
||||
bool has(const T &p_val) {
|
||||
bool has(const T &p_val) const {
|
||||
return find(p_val, 0) != -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue