Initial
This commit is contained in:
6
thread/PTCLLBCK.CPP
Normal file
6
thread/PTCLLBCK.CPP
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <thread/ptcllbck.hpp>
|
||||
|
||||
DWORD PureThreadCallback::operator*(ThreadMessage &/*someCallbackData*/)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user