summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/method_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/include/LibLsp/lsp/method_type.h')
-rw-r--r--graphics/asymptote/LspCpp/include/LibLsp/lsp/method_type.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/include/LibLsp/lsp/method_type.h b/graphics/asymptote/LspCpp/include/LibLsp/lsp/method_type.h
new file mode 100644
index 0000000000..dcbb4a851a
--- /dev/null
+++ b/graphics/asymptote/LspCpp/include/LibLsp/lsp/method_type.h
@@ -0,0 +1,7 @@
+#pragma once
+#include <string>
+
+using MethodType = const char* const;
+
+
+