FIXME step should be TSMgmtInt but for some reason the linker is having some strange int vs long name mangling issue.
| 50 | |
| 51 | // FIXME step should be TSMgmtInt but for some reason the linker is having some strange int vs long name mangling issue. |
| 52 | void |
| 53 | increment(Stats::STAT st, int step /* = 1 */) |
| 54 | { |
| 55 | if (g_system) { |
| 56 | // FIXME doesn't return a value. |
| 57 | g_system->increment(st, step); |
| 58 | } |
| 59 | } |
| 60 | } // namespace Stats |
| 61 | } // namespace EsiLib |
no test coverage detected