diff options
Diffstat (limited to 'robot/errcatch.h')
-rw-r--r-- | robot/errcatch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/errcatch.h b/robot/errcatch.h new file mode 100644 index 0000000..c816051 --- /dev/null +++ b/robot/errcatch.h @@ -0,0 +1,4 @@ +#pragma once + +/** error-handler module main */ +void w2_errcatch_main(); |