mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
console portal jump
This commit is contained in:
parent
ce3e42f66b
commit
93caf370e4
4 changed files with 106 additions and 9 deletions
|
@ -86,7 +86,8 @@ void sleep_ms(uint32_t);
|
|||
typedef enum {
|
||||
file_type_normal = 1,
|
||||
file_type_directory = 2,
|
||||
file_type_dot = 4
|
||||
file_type_dot = 4,
|
||||
file_type_just_name = 8
|
||||
} LIST_FILE_TYPE;
|
||||
|
||||
typedef int (*LIST_FILES_CALLBACK)(const char *, LIST_FILE_TYPE , size_t, void *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue