add error

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@72 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-30 03:09:54 +00:00
parent f712ca73d4
commit b39742be52
2 changed files with 12 additions and 0 deletions

11
include/Mw/Error.h Normal file
View File

@@ -0,0 +1,11 @@
/* $Id$ */
#ifndef __MW_ERROR_H__
#define __MW_ERROR_H__
#include <Mw/MachDep.h>
enum MwErrorEnum {
MwEsuccess = 0
};
#endif