controlschememanager.c 169 B

12345678
  1. class ControlSchemeManager
  2. {
  3. //! leaving it here in case that someone using it inside a mod
  4. static void SetControlScheme( EControlSchemeState state )
  5. {
  6. return;
  7. }
  8. }