allegro_flare icon indicating copy to clipboard operation
allegro_flare copied to clipboard

Add destroy and extra convenience features to AllegroFlare::Bin

Open MarkOates opened this issue 3 years ago • 0 comments

AllegroFlare/Bin needs:

  • destroy("name")
  • destroy(T of_value)
  • destroy(std::vector<std::string> names)
  • destroy(std::vector<T> of_values)
  • preload(std::vector<std::string> filenames_also_as_identifiers)
  • preload(std::vector<std::pair<std::string, std::string>> list_of_identifiers_and_filenames)

MarkOates avatar Sep 25 '22 22:09 MarkOates