mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-23 13:55:50 +12:00
Add external libraries
This commit is contained in:
parent
70f443b06e
commit
e8dc11cc31
17 changed files with 2010 additions and 0 deletions
9
third_party/open-bp-cpp/example/buttplugCpp.h
vendored
Normal file
9
third_party/open-bp-cpp/example/buttplugCpp.h
vendored
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue