summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-perfect-hash-codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler-core/slang-perfect-hash-codegen.h')
-rw-r--r--source/compiler-core/slang-perfect-hash-codegen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/compiler-core/slang-perfect-hash-codegen.h b/source/compiler-core/slang-perfect-hash-codegen.h
new file mode 100644
index 000000000..557f4dba5
--- /dev/null
+++ b/source/compiler-core/slang-perfect-hash-codegen.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "slang-perfect-hash.h"
+#include "slang-diagnostic-sink.h"
+
+namespace Slang
+{
+ SlangResult writePerfectHashLookupCppFile(String fileName, List<String> opnames, String enumName, String enumPrefix, String enumHeaderFile, DiagnosticSink* sink);
+}