Skip to content

Commit

Permalink
Windows Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megumumpkin committed Aug 25, 2023
1 parent b19abdd commit d8efb9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Gameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#include <iostream>

#ifdef _WIN32
// HINSTANCE gameplay_lib = NULL;
#include "Gameplay/Hook.h"
HINSTANCE gameplay_lib = NULL;
#else
void* gameplay_lib = NULL;
#endif
Expand Down

0 comments on commit d8efb9b

Please sign in to comment.