archeus/include/arc/input/none/mouse.h

14 lines
209 B
C
Raw Permalink Normal View History

2024-01-12 19:48:17 -07:00
#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