2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-07 12:35:33 +03:00
rehlds/rehlds/engine/keys.h
2015-05-04 22:25:41 +04:00

8 lines
111 B
C

#pragma once
typedef enum {
key_game = 0,
key_message = 1,
key_menu = 2,
} keydest_t; /* size: 4 */