Start fs.c

This commit is contained in:
Such Meme, Many Skill
2019-12-01 01:49:36 +01:00
parent c0c020e505
commit cd4f2cd347
6 changed files with 208 additions and 38 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include "te.h"
#include "fs.h"
int makemenu(menu_item menu[], int menuamount);
int message(char* message, u32 color);
void clearscreen();
void clearscreen();
int makefilemenu(fs_entry *files, int amount, char *path);