flycast/core/linux-dist/main.h

10 lines
152 B
C
Raw Normal View History

#pragma once
#include "types.h"
extern u16 kcode[4];
extern u8 rt[4], lt[4];
extern s8 joyx[4], joyy[4];
extern void* x11_win;
extern void* x11_disp;