historical/toontown-classic.git/panda/include/parser-inc/locale.h
2024-01-16 11:20:27 -06:00

9 lines
154 B
C

#pragma once
#define LC_CTYPE 0
#define LC_NUMERIC 1
#define LC_TIME 2
#define LC_COLLATE 3
#define LC_MONETARY 4
#define LC_MESSAGES 5
#define LC_ALL 6