summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/glkit/GLKMatrixStack.inc
blob: 3c0e8a0713da2a79b4c9d92b8c6aa636bce4b99e (plain)
1
2
3
4
5
6
7
8
9
10
{ Parsed from GLKit.framework GLKMatrixStack.h }

{$ifndef __GLK_MATRIX_STACK_H}

{$ifdef TYPES}
type
  GLKMatrixStackRef = OpaqueType;
{$endif}

{$endif}