godot/modules/minimp3
reduz de0ca3b999 Refactor module initialization
* Changed to use the same stages as extensions.
* Makes the initialization more coherent, helping solve problems due to lack of stages.
* Makes it easier to port between module and extension.
* removed the DRIVER initialization level (no longer needed).
2022-05-04 17:34:51 +02:00
..
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
audio_stream_mp3.cpp Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
audio_stream_mp3.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py add mp3 import and playback support 2020-12-03 17:51:43 +01:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
resource_importer_mp3.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
resource_importer_mp3.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub add mp3 import and playback support 2020-12-03 17:51:43 +01:00