Skip to content

Commit

Permalink
add dep entry macro to header
Browse files Browse the repository at this point in the history
  • Loading branch information
megai2 committed Sep 24, 2021
1 parent 9f5e671 commit 27bb896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/gw2al_d3d9_wrapper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

#define D3D_WRAPPER_DEP_ENTRY { L"d3d9_wrapper", L"Wrapper for d3d API that includes hooking and custom d3d loading", 2, 0, 1, 0 }

typedef enum D3D9_wrapper_mode {
WRAP_PASSTHRU = 0,
WRAP_CB_PRE = 1,
Expand Down

0 comments on commit 27bb896

Please sign in to comment.