Browse Source

state.hpp

openfiles
Antonio SJ Musumeci 3 weeks ago
parent
commit
a5d772d5f4
  1. 7
      src/state.hpp

7
src/state.hpp

@ -5,6 +5,13 @@
#include <filesystem>
#include <atomic>
#include "int_types.h"
struct PassthroughDetails
{
std::atomic<u64>
};
class State
{
public:

Loading…
Cancel
Save