add error
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@72 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
f712ca73d4
commit
b39742be52
2 changed files with 12 additions and 0 deletions
11
include/Mw/Error.h
Normal file
11
include/Mw/Error.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* $Id$ */
|
||||
#ifndef __MW_ERROR_H__
|
||||
#define __MW_ERROR_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
enum MwErrorEnum {
|
||||
MwEsuccess = 0
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
#include <Mw/Default.h>
|
||||
#include <Mw/Draw.h>
|
||||
#include <Mw/Font.h>
|
||||
#include <Mw/Error.h>
|
||||
|
||||
#include <Mw/Window.h>
|
||||
#include <Mw/Button.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue