cleanup 2

This commit is contained in:
Hane 2023-07-25 20:55:53 +02:00
commit 443593e9f0
4 changed files with 3 additions and 22 deletions

View file

@ -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

1
buildproto.bat Normal file
View file

@ -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

View file

@ -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;

View file

@ -29,7 +29,7 @@ Intel(R) 64 and IA-32 Architectures Software Developer's Manual Volume 3 (3A, 3B
#ifdef _WIN64
//#include <Windows.h>
//#include <sysinfoapi.h>
//#includqe <sysinfoapi.h>
//#include <powerbase.h>
#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 <vector>
#include <iostream>
#include "debug.h"
#include "../debug.h"
bool checkInvariantTSC(){ //Generic
uint64_t rdx;