| 169 | } |
| 170 | |
| 171 | void UnityPointer_UndoAllSets(void) |
| 172 | { |
| 173 | while (pointer_index > 0) |
| 174 | { |
| 175 | pointer_index--; |
| 176 | *(pointer_store[pointer_index].pointer) = |
| 177 | pointer_store[pointer_index].old_value; |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | int UnityGetCommandLineOptions(int argc, const char* argv[]) |
| 182 | { |
no outgoing calls
no test coverage detected