#ifndef BB_DISPLAYLINK_H #define BB_DISPLAYLINK_H namespace bbDisplayLink{ void init(); void enable(bool on); }; #endif