Skip to content

Instantly share code, notes, and snippets.

@bstaint
Created December 10, 2017 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstaint/3c5726271f52590c9d4103d2869b1de3 to your computer and use it in GitHub Desktop.
Save bstaint/3c5726271f52590c9d4103d2869b1de3 to your computer and use it in GitHub Desktop.
#ifndef DMCRACK_H
#define DMCRACK_H
#ifdef __cplusplus
extern "C" {
#endif
__declspec(dllexport) int patch();
#ifdef __cplusplus
}
#endif
#endif // DMCRACK_H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment