예제 #1
0
Variant get_constant(CStrRef name, bool error) {
  return get_builtin_constant(name, error);
}
Variant get_constant(CStrRef name, bool error) {
  DECLARE_GLOBAL_VARIABLES(g);
  return get_builtin_constant(name, error);
}