Atton Posted November 28, 2014 Share Posted November 28, 2014 I have been messing around and reading some of the MTA Source code. I have wanted to make a system of sorts that could decrypt and encrypt outside of MTA. I am just curious of what dependency’s are there with Sstring. tea.cpp http://pastebin.com/ErAr2rcQ Sstring.hpp http://pastebin.com/vTMnkkAr Sstring.h http://pastebin.com/VE2hWwd2 Link to comment
Jusonex Posted November 29, 2014 Share Posted November 29, 2014 SString is MTA's own string implementation. Fixed version: http://pastebin.com/LVFzwR6K Link to comment
Atton Posted November 30, 2014 Author Share Posted November 30, 2014 SString is MTA's own string implementation.Fixed version: http://pastebin.com/LVFzwR6K I see thanks it is quite a head spinner. Link to comment
ixjf Posted November 30, 2014 Share Posted November 30, 2014 It is actually more of an extension to the standard library's, to be honest. Link to comment
Recommended Posts