Elaztek Developer Hub
Blamite Game Engine - Strings  00430.01.19.25.2136.blamite
A library containing general purpose utilities and classes for use in multiple projects.
Todo List
Class BlamCommandSwitch
find a way to add spaces support (maybe through quotes or something idk)
Class BlamEventListener
Fix event firing on deleted listener bug: possible hacky fix would be to have a pre-defined value at the start/end of all listener objects, and skipping any listener where those values were changed.
Class BlamMap< KeyType, ValueType >
may not be a correct implementation of a map, currently just a wrapper around a vector of pairs - could probably be better/faster
Member BlamStrings::Converters::HexStringToBytes (std::string hex_string, void **data, int *data_size, bool remove_terminator=true)
OPTIMIZE BECAUSE THIS SHIT SLOW AF