2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-21 13:53:34 +03:00

7 lines
95 B
C

#pragma once
typedef enum {
key_game = 0,
key_message = 1,
key_menu = 2,
} keydest_t;