mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
9 lines
249 B
C++
9 lines
249 B
C++
// 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.
|