00001 /* 00002 * Cacao.h : public header file bundle for Cacao 00003 * Copyright (C) 2004 Steel Wheels Project. 00004 * All rights reserved. 00005 */ 00006 00013 #if !defined(CACAO_H_INCLUDED) 00014 #define CACAO_H_INCLUDED 00015 00016 #include <Cacao/nsobject.h> 00017 00018 #include <Cacao/nsarray.h> 00019 #include <Cacao/nscharset.h> 00020 #include <Cacao/nsdata.h> 00021 #include <Cacao/nsfilehandle.h> 00022 #include <Cacao/nsfilemanager.h> 00023 #include <Cacao/nsmutablearray.h> 00024 #include <Cacao/nsmutablestring.h> 00025 #include <Cacao/nsstring.h> 00026 00027 #endif /* !defined(CACAO_H_INCLUDED) */ 00028