Advertisement
lelejau

PT2Hook - logging

Dec 21st, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1.  
  2.  
  3. class Logging
  4. {
  5. public:
  6.  
  7.     static bool Start();
  8.     static void PrintDebug(const char* format, ...);
  9.     static void UpdateTime();
  10.     static struct tm *currentDate;
  11.    
  12.  
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement