last commit before large rewrite
This commit is contained in:
@@ -13,3 +13,11 @@
|
||||
#define FILE_MODIFIERS_SORT_RANDOM 32
|
||||
#define FILE_MODIFIERS_SORT_REVERSE 64
|
||||
//FILE_MODIFIERS_SORT_NATURAL is when bitmask is 0
|
||||
|
||||
#ifndef HEADER_GUARD
|
||||
#define HEADER_GUARD
|
||||
typedef struct file_data {
|
||||
char *file_name;
|
||||
unsigned char file_type;
|
||||
} file_data;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user