| 1680 | namespace |
| 1681 | { |
| 1682 | static U32* pad_pressed() |
| 1683 | { |
| 1684 | if (shared.permit & 2) |
| 1685 | { |
| 1686 | return &globals.pad0->pressed; |
| 1687 | } |
| 1688 | |
| 1689 | static U32 zero; |
| 1690 | zero = 0; |
| 1691 | return &zero; |
| 1692 | } |
| 1693 | |
| 1694 | }; // namespace |
| 1695 | void ztalkbox::render_all() |
no outgoing calls
no test coverage detected