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

union_dword

Declaration

Source position: gcmodplay.pp line 110

type union_dword = record

  case Integer of

    0: (

        aword: record

          high: cuint16;

          low: cuint16;

        end;

      );

    1: (

        adword: cuint32;

      );

end;


Documentation generated on: 2023-03-18