Line data Source code
1 : #include "SpDebug.hpp" 2 : #include "SpUtils.hpp" 3 : 4 : SpDebug SpDebug::Controller; 5 : 6 0 : long int SpDebug::getThreadId() const{ 7 0 : return SpUtils::GetThreadId(); 8 : }