suyu/src/core/file_sys/system_archive
Lioncash edd9bfd54a system_archive: Use a regular function pointer instead of std::function for file-scope system archive array
This allows the array to be constexpr. std::function is also allowed to
allocate memory, which makes its constructor non-trivial, we definitely
don't want to have all of these execute at runtime, taking up time
before the application can actually load.
2018-12-05 02:33:17 -05:00
..
ng_word.cpp file_sys: Implement system archive synthesizer for NgWord (806) 2018-11-22 21:39:10 -05:00
ng_word.h file_sys: Implement system archive synthesizer for NgWord (806) 2018-11-22 21:39:10 -05:00
system_archive.cpp system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 2018-12-05 02:33:17 -05:00
system_archive.h file_sys: Add framework for synthesizing open source archives 2018-11-15 22:34:35 -05:00