You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/app/mangoapp.h

9 lines
173 B
C++

#pragma once
#include <stdint.h>
#include <mutex>
#include <condition_variable>
#include <vector>
extern std::mutex mangoapp_m;
extern std::condition_variable mangoapp_cv;