From b39742be526914cd58aa5a425ede273b1e93df6c Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 30 Sep 2025 03:09:54 +0000 Subject: [PATCH] add error git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@72 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/Error.h | 11 +++++++++++ include/Mw/Milsko.h | 1 + 2 files changed, 12 insertions(+) create mode 100644 include/Mw/Error.h diff --git a/include/Mw/Error.h b/include/Mw/Error.h new file mode 100644 index 0000000..ccf0d5c --- /dev/null +++ b/include/Mw/Error.h @@ -0,0 +1,11 @@ +/* $Id$ */ +#ifndef __MW_ERROR_H__ +#define __MW_ERROR_H__ + +#include + +enum MwErrorEnum { + MwEsuccess = 0 +}; + +#endif diff --git a/include/Mw/Milsko.h b/include/Mw/Milsko.h index 6be505e..62d527e 100644 --- a/include/Mw/Milsko.h +++ b/include/Mw/Milsko.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #include