| 2239 | g_functions.m_SetViewport(context, x, y, width, height); |
| 2240 | } |
| 2241 | void EnableState(HContext context, State state) |
| 2242 | { |
| 2243 | g_functions.m_EnableState(context, state); |
| 2244 | } |
| 2245 | void DisableState(HContext context, State state) |
| 2246 | { |
| 2247 | g_functions.m_DisableState(context, state); |
no outgoing calls