commandline
This commit is contained in:
parent
5c4318bcda
commit
bb582596b1
5 changed files with 58 additions and 0 deletions
12
include/MDE/CommandLine.h
Normal file
12
include/MDE/CommandLine.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef __MDE_COMMANDLINE_H__
|
||||
#define __MDE_COMMANDLINE_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
6
include/MDE/Foundation.h
Normal file
6
include/MDE/Foundation.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef __MDE_FOUNDATION_H__
|
||||
#define __MDE_FOUNDATION_H__
|
||||
|
||||
#include <MDE/CommandLine.h>
|
||||
|
||||
#endif
|
||||
9
include/MDE/MachDep.h
Normal file
9
include/MDE/MachDep.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __MDE_MACHDEP_H__
|
||||
#define __MDE_MACHDEP_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue