aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/hide_ptr.cpp
blob: 74eac028aa6ede64d8ff15661b02a3e46af03aae (plain) (blame)
1
2
3
4
5
#include "hide_ptr.h"

void* HidePointerOrigin(void* ptr) {
    return ptr;
}