Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include "sdmanager_global.h"
  3. #include "SDManagerSimConnect.h"
  4. #include <windows.h>
  5. #include <WinDef.h>
  6.  
  7. void DLLStart(void)
  8. {
  9. SDManagerSimConnect *gSimconnect = new SDManagerSimConnect();
  10. }
  11.  
  12. void DLLStop(void)
  13. {
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement