Browse Source

state.hpp

openfiles
Antonio SJ Musumeci 3 weeks ago
parent
commit
369a84dffc
  1. 2
      src/state.hpp

2
src/state.hpp

@ -10,7 +10,7 @@
struct PassthroughDetails
{
std::atomic<u64> ref_count;
int backing_id;
int backing_id;
};
class State

Loading…
Cancel
Save