Add external libraries

This commit is contained in:
sylvieee-iot 2024-05-02 20:28:41 +03:00 committed by GitHub
parent 70f443b06e
commit e8dc11cc31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 2010 additions and 0 deletions

View file

@ -0,0 +1,9 @@
// buttplugCpp.h : Include file for standard system include files,
// or project specific include files.
#pragma once
#include <iostream>
#include "../include/buttplugclient.h"
// TODO: Reference additional headers your program requires here.