Unit 'gcmodplay' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libogcfpc]

union_word

Declaration

Source position: gcmodplay.pp line 100

type union_word = record

  case Integer of

    0: (

        abyte: record

          high: cuint8;

          low: cuint8;

        end;

      );

    1: (

        aword: cuint16;

      );

end;


Documentation generated on: 2023-03-18