Unit 'nds9' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libndsfpc]

OAMTable

Declaration

Source position: sprite.inc line 170

type OAMTable = record

  case Integer of

    0: (

        oamBuffer: array [0..SPRITE_COUNT-1] of TSpriteEntry;

      );

    1: (

        matrixBuffer: array [0..MATRIX_COUNT-1] of TSpriteRotation;

      );

end;


Documentation generated on: 2023-03-18