summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/panic.h')
-rw-r--r--src/runtime/c/pgf/panic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/panic.h b/src/runtime/c/pgf/panic.h
new file mode 100644
index 000000000..00ace7533
--- /dev/null
+++ b/src/runtime/c/pgf/panic.h
@@ -0,0 +1,6 @@
+#ifndef PGF_PANIC_H
+#define PGF_PANIC_H
+
+void __pgf_panic(char *msg);
+
+#endif