Skip to content

Commit

Permalink
tweak(scripting/five): private PAS bits
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunium-cfx authored and LWSS committed Mar 6, 2024
1 parent 5a7de00 commit 50a7f9e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ void PointerArgumentHints::CleanNativeResult(uint64_t nativeIdentifier, ResultTy
}
}

#if __has_include("PASPriv.h")
#include "PASPriv.h"
#endif

#include "PASGen.h"

void PointerArgumentSafety()
Expand Down

0 comments on commit 50a7f9e

Please sign in to comment.