mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
COMMON: Add GUIO10, GUIO11 and GUIO12
This commit is contained in:
parent
1168056ec3
commit
c72b59c8a8
@ -111,6 +111,9 @@
|
||||
#define GUIO7(a,b,c,d,e,f,g) (a b c d e f g)
|
||||
#define GUIO8(a,b,c,d,e,f,g,h) (a b c d e f g h)
|
||||
#define GUIO9(a,b,c,d,e,f,g,h,i) (a b c d e f g h i)
|
||||
#define GUIO10(a,b,c,d,e,f,g,h,i,j) (a b c d e f g h i j)
|
||||
#define GUIO11(a,b,c,d,e,f,g,h,i,j,k) (a b c d e f g h i j k)
|
||||
#define GUIO12(a,b,c,d,e,f,g,h,i,j,k,l) (a b c d e f g h i j k l)
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user