Advertisement
theguild42

initalize wireplumber

Jun 16th, 2023 (edited)
1,137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <iostream>
  2. #include "gio/gio.h"
  3. using namespace std;
  4.  
  5. #include "wp.h"
  6. int main(){
  7.     wp_init();
  8.     cout << "WirePlumber Initalized!" << endl;
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement