00001 /***************************************************************** 00002 | 00003 | BlueTune - Core Private API 00004 | 00005 | (c) 2002-2006 Gilles Boccon-Gibod 00006 | Author: Gilles Boccon-Gibod (bok@bok.net) 00007 | 00008 ****************************************************************/ 00009 00010 #ifndef _BLT_CORE_PRIV_H_ 00011 #define _BLT_CORE_PRIV_H_ 00012 00013 /*---------------------------------------------------------------------- 00014 | includes 00015 +---------------------------------------------------------------------*/ 00016 #include "BltCore.h" 00017 00018 /*---------------------------------------------------------------------- 00019 | functions 00020 +---------------------------------------------------------------------*/ 00021 BLT_Result BLT_Core_Create(BLT_Core** core); 00022 00023 /*---------------------------------------------------------------------- 00024 | prototypes 00025 +---------------------------------------------------------------------*/ 00026 00027 #endif /* _BLT_CORE_PRIV_H_ */