root/headers/private/locale/SystemCatalog.h
/*
 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef _SYSTEM_CATALOG_H_
#define _SYSTEM_CATALOG_H_


#include <Catalog.h>

namespace BPrivate {

extern BCatalog gSystemCatalog;

}       // namespace BPrivate


#endif  // _SYSTEM_CATALOG_H_