10 lines
117 B
C++
10 lines
117 B
C++
#pragma once
|
|
|
|
class CInput
|
|
{
|
|
public:
|
|
bool m_iSelectBackSwapped;
|
|
};
|
|
|
|
// Singleton
|
|
extern CInput InternalInputManager; |