mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-07 12:35:33 +03:00
8 lines
111 B
C
8 lines
111 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
key_game = 0,
|
|
key_message = 1,
|
|
key_menu = 2,
|
|
} keydest_t; /* size: 4 */
|