godot/modules/stb_vorbis
Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename
Also drop some unused files.

Renamed:
- `core/dvector.h` -> `pool_vector.h`
- `core/io/resource_import.h` -> `resource_importer.h`
- `core/sort.h` -> `sort_array.h`
- `core/string_db.h` -> `string_name.h`

Dropped:
- `core/allocators.h`
- `core/os/shell.h`
- `core/variant_construct_string.cpp`
2019-02-12 13:34:25 +01:00
..
doc_classes Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis... 2018-05-01 12:19:15 +02:00
audio_stream_ogg_vorbis.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream_ogg_vorbis.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_ogg_vorbis.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_ogg_vorbis.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
SCsub Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00