mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-15 17:02:33 +00:00
f894efd296
but won't run obviously, long way before that happens, but it is at least compiling and linking, which is good
26 lines
640 B
C
26 lines
640 B
C
//#include "beloko_common/port_act_defs.h"
|
|
|
|
|
|
|
|
int PortableKeyEvent(int state, int code ,int unitcode);
|
|
void PortableAction(int state, int action);
|
|
|
|
void PortableMove(float fwd, float strafe);
|
|
void PortableMoveFwd(float fwd);
|
|
void PortableMoveSide(float strafe);
|
|
void PortableLookPitch(int mode, float pitch);
|
|
void PortableLookYaw(int mode, float pitch);
|
|
void PortableCommand(const char * cmd);
|
|
|
|
void PortableMouse(float dx,float dy);
|
|
|
|
void PortableMouseAbs(float x,float y);
|
|
|
|
void PortableInit(int argc,const char ** argv);
|
|
void PortableFrame(void);
|
|
|
|
int PortableInMenu(void);
|
|
int PortableShowKeyboard(void);
|
|
int PortableInAutomap(void);
|
|
|
|
|