cleanup 2
This commit is contained in:
parent
e9b478d569
commit
443593e9f0
4 changed files with 3 additions and 22 deletions
|
|
@ -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
1
buildproto.bat
Normal 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
|
||||||
15
src/global.h
15
src/global.h
|
|
@ -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;
|
|
||||||
|
|
||||||
|
|
@ -29,7 +29,7 @@ Intel(R) 64 and IA-32 Architectures Software Developer's Manual Volume 3 (3A, 3B
|
||||||
|
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
//#include <Windows.h>
|
//#include <Windows.h>
|
||||||
//#include <sysinfoapi.h>
|
//#includqe <sysinfoapi.h>
|
||||||
//#include <powerbase.h>
|
//#include <powerbase.h>
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#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
|
//hilitos y tal
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DEBUG
|
|
||||||
#define DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "debug.h"
|
#include "../debug.h"
|
||||||
|
|
||||||
bool checkInvariantTSC(){ //Generic
|
bool checkInvariantTSC(){ //Generic
|
||||||
uint64_t rdx;
|
uint64_t rdx;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue