archeus/include/arc/input/none/mouse.h
2024-01-12 19:48:17 -07:00

14 lines
No EOL
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