* Added our own types for stability and shit and giggles. * Implemented s_box_get_[pointer, sobject, int, long, short, char, ....] * Fixed s_box_free * Marked s_box_get_[wchar, wstring] as depricated. * Made a macro for the __attribute__((unused)) so it will work on MSVC... (Still need something like that for __attribute__((depricated)) * removed the strdump def, now a macro to s_string_new. * Changed SMap buckets into SLinkedList instad of SDynamicArray. * Added a generic to add two vectors together. (Automagikcs!)