Advertisement
Benji23245

Untitled

Mar 4th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // Sonic+Miscellaneous.cpp : Defines the exported functions for the DLL application.
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "SADXModLoader.h"
  6. #include "functions.h"
  7.  
  8.  
  9. extern "C"
  10. {
  11. ModInfo SADXModInfo = { ModLoaderVer };
  12.  
  13.  
  14. void Init(const char *path, const HelperFunctions &helperFunctions)
  15. {
  16.  
  17. }
  18.  
  19. void OnInput()
  20. {
  21.  
  22. }
  23.  
  24. void OnFrame()
  25. {
  26.  
  27. }
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement