| 133 | } |
| 134 | |
| 135 | void zGameSetOstrich(_GameOstrich value) |
| 136 | { |
| 137 | gGameOstrich = value; |
| 138 | } |
| 139 | |
| 140 | S32 zGameStateFindEvent(U32* eventList, S32 eventCount, S32 targetMode, S32 targetEvent, |
| 141 | S32* new_mode, S32* new_state) |
no outgoing calls
no test coverage detected