diff --git a/build.bat b/build.bat deleted file mode 100644 index 755c16c..0000000 --- a/build.bat +++ /dev/null @@ -1 +0,0 @@ -clang++ src\main.cpp -o build\ayo.exe -Wall -Wextra -Wpedantic -std=c++11 -g -gcodeview -Wl,-pdb= -L C:\capybara\libclang\x86_64-w64-mingw32\bin -l c++ -l unwind -static --verbose diff --git a/buildproto.bat b/buildproto.bat new file mode 100644 index 0000000..db46758 --- /dev/null +++ b/buildproto.bat @@ -0,0 +1 @@ +clang++ -DDEBUG src\proto\proto.cpp -o build\ayo.exe -Wall -Wextra -Wpedantic -std=c++11 -g -gcodeview -Wl,-pdb= -L C:\capybara\libclang\x86_64-w64-mingw32\bin -l c++ -l unwind -static --verbose diff --git a/src/global.h b/src/global.h deleted file mode 100644 index 96d177b..0000000 --- a/src/global.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -//TODO enum capullo -#define ENDPOINT_MASTER_VOLUME -1 -#define ENDPOINT_LEFT_CHANNEL_VOLUME 0 -#define ENDPOINT_RIGHT_CHANNEL_VOLUME 1 - -#define STRING_MUTE "Mute" -#define STRING_UNMUTE "Unmute" -//INIT BACK - - -class OverseerHandler; -extern OverseerHandler *osh; - diff --git a/src/main.cpp b/src/proto/proto.cpp similarity index 99% rename from src/main.cpp rename to src/proto/proto.cpp index 8a44426..efe3c55 100644 --- a/src/main.cpp +++ b/src/proto/proto.cpp @@ -29,7 +29,7 @@ Intel(R) 64 and IA-32 Architectures Software Developer's Manual Volume 3 (3A, 3B #ifdef _WIN64 //#include - //#include + //#includqe //#include #define UNICODE #define WIN32_LEAN_AND_MEAN @@ -45,13 +45,9 @@ Intel(R) 64 and IA-32 Architectures Software Developer's Manual Volume 3 (3A, 3B //hilitos y tal #endif -#ifndef DEBUG - #define DEBUG -#endif - #include #include -#include "debug.h" +#include "../debug.h" bool checkInvariantTSC(){ //Generic uint64_t rdx;