build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/* HEADER - P_JUST.H
|
||||
Copyright (C) Psion PLC 1991-92
|
||||
VER DATE BY DESCRIPTION
|
||||
===== ======== === ===========
|
||||
1.00F 26/04/90 NSM First relase
|
||||
1.10F 07/07/92 NSM Second release
|
||||
*/
|
||||
#ifndef P_JUST_H
|
||||
#define P_JUST_H
|
||||
|
||||
#include <stdepoc.h>
|
||||
|
||||
/* parameters to p_jtob */
|
||||
#define P_JLEFT 0
|
||||
#define P_JRIGHT 1
|
||||
#define P_JCENTRE 2
|
||||
|
||||
#endif // P_JUST_H
|
||||
Reference in New Issue
Block a user