Files
milsko/include/Mw/Error.h
NishiOwO b39742be52 add error
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@72 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-09-30 03:09:54 +00:00

12 lines
129 B
C

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