/**
 * $Id:$
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
 *
 * The contents of this file may be used under the terms of either the GNU
 * General Public License Version 2 or later (the "GPL", see
 * http://www.gnu.org/licenses/gpl.html ), or the Blender License 1.0 or
 * later (the "BL", see http://www.blender.org/BL/ ) which has to be
 * bought from the Blender Foundation to become active, in which case the
 * above mentioned GPL option does not apply.
 *
 * The Original Code is Copyright (C) 2002 by NaN Holding BV.
 * All rights reserved.
 *
 * The Original Code is: all of this file.
 *
 * Contributor(s): none yet.
 *
 * ***** END GPL/BL DUAL LICENSE BLOCK *****
 */

/*

 * datatoc.h
 *
 * Version: $Id: datatoc.h,v 1.2 2000/07/25 08:53:06 nzc Exp $
 */

#ifndef DATATOC_H
#define DATATOC_H "$Id: datatoc.h,v 1.2 2000/07/25 08:53:06 nzc Exp $"

extern int datatoc_B_blend_size;
extern char datatoc_B_blend[];

extern int datatoc_Bfs_size;
extern char datatoc_Bfs[];

extern int datatoc_blenderbuttons_size;
extern char datatoc_blenderbuttons[];

extern int datatoc_Bfont_size;
extern char datatoc_Bfont[];

extern int datatoc_cmap_tga_size;
extern char datatoc_cmap_tga[];

extern int datatoc_cmovie_tga_size;
extern char datatoc_cmovie_tga[];

#endif /* DATATOC_H */