]> git.cworth.org Git - apitrace/blobdiff - common/trace_tools.hpp
trim: Avoid doing any analysis past the end of the user-specified range.
[apitrace] / common / trace_tools.hpp
index ed786e92cb5cc5d6dbcd0fb6772175e6facf1132..ddfe888cbcf206eeaeb983c2220fc1529ee96393 100644 (file)
 
 #include <stdlib.h>
 
-
-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,