pandemonium_engine/modules/vorbis
Relintai 91fe9ed8ca Backported: [Scons] Implement module dependency sorting.
Modules can now call:
env.module_add_dependencies(name: str, deps: list, optional: bool)
To add required or optional dependencies during the "can_build" step.
Required dependencies will be checked and the module will be not be
enabled when they are missing, printing a warning to notify the user.
- Faless
951a1016d3
2022-08-18 12:44:45 +02:00
..
config.py Backported: [Scons] Implement module dependency sorting. 2022-08-18 12:44:45 +02:00
register_types.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
register_types.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00