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