Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
11 |
cycrow |
1 |
#pragma once
|
|
|
2 |
|
|
|
3 |
#ifdef DIRECT3DHOOK_EXPORTS
|
|
|
4 |
#define D3DHOOK_API __declspec(dllexport)
|
|
|
5 |
#else
|
|
|
6 |
#define D3DHOOK_API __declspec(dllimport)
|
|
|
7 |
#endif
|
|
|
8 |
|
|
|
9 |
D3DHOOK_API void InstallHook();
|
|
|
10 |
D3DHOOK_API void RemoveHook();
|