mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
169 B
13 lines
169 B
#ifndef _x_FS_H
|
|
#define _x_FS_H
|
|
|
|
typedef enum {
|
|
NEW_DISK_SEL = 0,
|
|
OPEN_C_SEL,
|
|
OPEN_D_SEL,
|
|
OPEN_FSA_SEL,
|
|
KEYB_FILE_SEL,
|
|
LAST_SEL
|
|
} titleEnum;
|
|
|
|
#endif /* _x_FS_H */
|