]> git.notmuchmail.org Git - apitrace/blobdiff - common/trace_tools.hpp
Allow to retrace with EGL too.
[apitrace] / common / trace_tools.hpp
index ed786e92cb5cc5d6dbcd0fb6772175e6facf1132..b568a0de83642080d80e63875e53981427385ab6 100644 (file)
 
 #include <stdlib.h>
 
-
-namespace os {
-    class Path;
-};
+#include "os_string.hpp"
+#include "trace_api.hpp"
 
 
 namespace trace {
 
 
-enum API {
-    API_GL, // GL + GLX/WGL/CGL
-    API_EGL, // GL/GLES1/GLES2/VG + EGL
-};
-
-
-os::Path
+os::String
 findFile(const char *relPath, // path relative to the current program
          const char *absPath, // absolute path
          bool verbose);