14 lines
209 B
C
14 lines
209 B
C
|
|
#ifdef ARC_NONE_INPUT
|
||
|
|
|
||
|
|
#ifndef ARC_NONE_MOUSE_H_
|
||
|
|
#define ARC_NONE_MOUSE_H_
|
||
|
|
|
||
|
|
#include "arc/input/mouse.h"
|
||
|
|
|
||
|
|
struct ARC_Mouse {};
|
||
|
|
|
||
|
|
struct ARC_MouseInfo {};
|
||
|
|
|
||
|
|
#endif // !ARC_NONE_MOUSE_H_
|
||
|
|
|
||
|
|
#endif // !ARC_NONE_INPUT
|