]> git.cworth.org Git - apitrace/blobdiff - cli/cli.hpp
d3dretrace: Force DWM traces to run on a window.
[apitrace] / cli / cli.hpp
index 9ab160026e04d99b6f6d3df5807b7200d36dc942..c35cb3ac9eb6144cea3eb898dc4db092eae97007 100644 (file)
@@ -40,7 +40,15 @@ struct Command {
     Function function;
 };
 
+extern const Command diff_command;
+extern const Command diff_state_command;
+extern const Command diff_images_command;
 extern const Command dump_command;
+extern const Command dump_images_command;
+extern const Command pickle_command;
+extern const Command repack_command;
+extern const Command retrace_command;
 extern const Command trace_command;
+extern const Command trim_command;
 
 #endif /* _APITRACE_CLI_HPP_ */