Initial re-upload of spice2x-24-08-24
This commit is contained in:
12
external/stepmaniax-sdk/sdk/Windows/SMXConfigPacket.h
vendored
Normal file
12
external/stepmaniax-sdk/sdk/Windows/SMXConfigPacket.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SMXConfigPacket_h
|
||||
#define SMXConfigPacket_h
|
||||
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
#include "../SMX.h"
|
||||
|
||||
void ConvertToNewConfig(const vector<uint8_t> &oldConfig, SMXConfig &newConfig);
|
||||
void ConvertToOldConfig(const SMXConfig &newConfig, vector<uint8_t> &oldConfigData);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user