move some functions from filesel.c to fileseltools.c

This commit is contained in:
Thomas Bernard
2020-02-08 01:03:43 +01:00
parent 47e1ee496e
commit eb0effaf3f
8 changed files with 289 additions and 219 deletions

View File

@@ -55,6 +55,7 @@
#include "engine.h"
#include "readline.h"
#include "filesel.h"
#include "fileseltools.h"
#include "loadsave.h"
#include "init.h"
#include "buttons.h"