1
0
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:
Peter 2021-10-21 21:55:52 +02:00 committed by Nick Briggs
parent 083d153d43
commit 7573151be8

View File

@ -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,