mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-31 17:31:20 -04:00
13 lines
167 B
C
13 lines
167 B
C
#include "lang.h"
|
|
|
|
enum l_sevb {
|
|
L_SEVB_000 = LANG_FIRST(LANGBANK_SEVB),
|
|
L_SEVB_001,
|
|
L_SEVB_002,
|
|
L_SEVB_003,
|
|
L_SEVB_004,
|
|
L_SEVB_005,
|
|
L_SEVB_006,
|
|
L_SEVB_007
|
|
};
|