InputMacos.h 229 B

12345678910111213141516
  1. #ifndef ANKI_INPUT_INPUT_MACOS_H
  2. #define ANKI_INPUT_INPUT_MACOS_H
  3. // XXX Include native libraries
  4. namespace anki {
  5. /// MacOs input implementation
  6. struct InputImpl
  7. {
  8. // XXX Add native types
  9. };
  10. } // end namespace anki
  11. #endif