mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-16 05:30:07 +01:00
9 lines
113 B
C++
9 lines
113 B
C++
#pragma once
|
|
|
|
namespace input
|
|
{
|
|
extern atomic_t<bool> g_intercepted;
|
|
|
|
void SetIntercepted(bool intercepted);
|
|
}
|