summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/libndsfpc/src/nds/arm9/paddle.inc
blob: 84a05ad7d0d3d906c71ec68dcef395e6b9415281 (plain)
1
2
3
4
5
6
{$ifdef NDS_INTERFACE}
function paddleIsInserted(): cbool; cdecl; external;
function paddleRead(): cuint16; cdecl; external;
procedure paddleReset(); cdecl; external;

{$endif NDS_INTERFACE}