displaylink.h 126 B

1234567891011
  1. #ifndef BB_DISPLAYLINK_H
  2. #define BB_DISPLAYLINK_H
  3. namespace bbDisplayLink{
  4. void init();
  5. void enable(bool on);
  6. };
  7. #endif