mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
For now, some more extern functions declarations.
This commit is contained in:
parent
083d153d43
commit
7573151be8
@ -3,11 +3,15 @@
|
||||
#include "lispemul.h"
|
||||
#include "miscstat.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
static SDL_Window *sdl_window = NULL;
|
||||
static SDL_Renderer *sdl_renderer = NULL;
|
||||
static SDL_Texture *sdl_texture = NULL;
|
||||
static Uint32 *buffer = NULL;
|
||||
|
||||
extern void kb_trans(u_short keycode, u_short upflg);
|
||||
extern int error(const char *s);
|
||||
|
||||
extern int KBDEventFlg;
|
||||
int keymap[] = {
|
||||
0, SDLK_5,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user