RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header only library

rsmz opened this issue · comments

Is it possible to use or someday create a header-only library of mtuner to leverage the tagging api without requiring any linking or lib files?

No, you can't add tags without calling the API which in turn means you must link it.