X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_tools.hpp;h=ddfe888cbcf206eeaeb983c2220fc1529ee96393;hb=56ad11c7849c7e6ca0ad66558cb1a99c58d4cd3d;hp=ed786e92cb5cc5d6dbcd0fb6772175e6facf1132;hpb=8f28cd84c31bfe031a0f9ae119f0bcc55d59286e;p=apitrace diff --git a/common/trace_tools.hpp b/common/trace_tools.hpp index ed786e9..ddfe888 100644 --- a/common/trace_tools.hpp +++ b/common/trace_tools.hpp @@ -29,26 +29,12 @@ #include - -namespace os { - class Path; -}; +#include "trace_api.hpp" namespace trace { -enum API { - API_GL, // GL + GLX/WGL/CGL - API_EGL, // GL/GLES1/GLES2/VG + EGL -}; - - -os::Path -findFile(const char *relPath, // path relative to the current program - const char *absPath, // absolute path - bool verbose); - int traceProgram(API api, char * const *argv,