godot/drivers/dummy
Rémi Verschelde d6176db271 Unexpose subclasses of ResourceFormatLoader and -Saver
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden
to add support for different formats in ResourceLoader and ResourceSaver.
Those should be exposed as they can be overridden in plugins.

On the other hand, all predefined subclasses of those two base classes
are only meant to register support for new file and resource types, but
should not and cannot be used directly from script, so they should not
be exposed.

Also unexposed ResourceImporterOGGVorbis (and thus its base class
ResourceImporter) which are editor-only.
2019-06-18 17:56:23 +02:00
..
audio_driver_dummy.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rasterizer_dummy.h Merge pull request #29764 from Calinou/boot-splash-no-filter-option 2019-06-16 10:39:53 +02:00
SCsub Add dummy audio driver, fix dummy rasterizer 2018-02-15 07:34:11 -08:00
texture_loader_dummy.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
texture_loader_dummy.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00