Cucumber/Kernel/include/Lua/locale.h

10 lines
142 B
C

#ifndef __TIER0_ANSI_LOCALE_H__
#define __TIER0_ANSI_LOCALE_H__
#include "Tier0/panic.h"
// for Lua
#define getlocaledecpoint() '.'
#endif