Guest User

Untitled

a guest
May 8th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #ifndef _TREE
  2. #define _TREE
  3.  
  4. #include <windows.h>
  5. #include "list.h"
  6.  
  7. struct {
  8.     DWORD offset;
  9.     char *type;
  10.     char *name;
  11.     DWORD value;
  12. } Tree, *PTree;
  13.  
  14.  
  15.  
  16. #endif
Add Comment
Please, Sign In to add comment