GLK: Add typedef for glsi32.

This commit is contained in:
Avijeet 2022-04-08 22:22:23 +05:30 committed by Paul Gilbert
parent e3040d29c8
commit 49e26ac8bd

View File

@ -251,6 +251,8 @@ typedef gidispatch_intconst_struct gidispatch_intconst_t;
typedef uint32 glui32;
typedef int32 glsi32;
} // End of namespace Glk
#endif