| 129 | } |
| 130 | |
| 131 | void SEUpdaterTest() |
| 132 | { |
| 133 | SEUpdaterInitialize(nullptr); |
| 134 | SEUpdaterShowConsole(); |
| 135 | SESetGameVersion(4, 37, 67, 641); |
| 136 | SEUpdate(); |
| 137 | SEUpdaterShutdown(); |
| 138 | } |
| 139 | |
| 140 | END_SE() |
| 141 |
nothing calls this directly
no test coverage detected