xref: /haiku/headers/private/locale/SystemCatalog.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1 /*
2  * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _SYSTEM_CATALOG_H_
6 #define _SYSTEM_CATALOG_H_
7 
8 
9 #include <Catalog.h>
10 
11 namespace BPrivate {
12 
13 extern BCatalog gSystemCatalog;
14 
15 }	// namespace BPrivate
16 
17 
18 #endif	// _SYSTEM_CATALOG_H_
19