Cleanup keyval_names.h: move stuff where it should be.
This commit is contained in:
parent
4844c3d567
commit
d86428576c
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "callbacks_IO.h"
|
||||
#include "keyval_names.h"
|
||||
|
||||
static u16 Cur_Keypad = 0;
|
||||
float ScreenCoeff_Size[2]={1.0,1.0};
|
||||
|
|
|
@ -29,15 +29,12 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
//#include <libgen.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// Localization
|
||||
#include <libintl.h>
|
||||
#define _(String) gettext (String)
|
||||
|
||||
//#include <SDL/SDL.h>
|
||||
// more portable
|
||||
#include "SDL.h"
|
||||
|
||||
// fix gtk-glade on windows with no configure
|
||||
|
@ -131,8 +128,4 @@ void black_screen ();
|
|||
void edit_controls();
|
||||
void init_joy_labels();
|
||||
|
||||
/* keyvalnames.c -see <gdk/gdkkeysyms.h>- */
|
||||
const char * KEYNAME(int k);
|
||||
void init_keyvals();
|
||||
|
||||
#endif /* __GLOBALS_H__ */
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue