move KEY_* defines from global.h to keycodes.h

This commit is contained in:
Thomas Bernard
2018-06-30 10:03:37 +02:00
parent 815e77aff3
commit 734bad13e1
3 changed files with 116 additions and 117 deletions

View File

@@ -51,6 +51,7 @@
#include "const.h"
#include "errors.h"
#include "global.h"
#include "keycodes.h"
#include "io.h"
#include "loadsave.h"
#include "misc.h"