logos.h 929 Bytes
Newer Older
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1 2
/******************************************************************************
 *
3
 * 
Dimitri van Heesch's avatar
Dimitri van Heesch committed
4
 *
Dimitri van Heesch's avatar
Dimitri van Heesch committed
5
 * Copyright (C) 1997-2014 by Dimitri van Heesch.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
6 7 8 9 10 11 12
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation under the terms of the GNU General Public License is hereby 
 * granted. No representations are made about the suitability of this software 
 * for any purpose. It is provided "as is" without express or implied warranty.
 * See the GNU General Public License for more details.
 *
Dimitri van Heesch's avatar
Dimitri van Heesch committed
13 14
 * Documents produced by Doxygen are derivative works derived from the
 * input used in their production; they are not affected by this license.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
15 16 17 18 19 20 21
 *
 */

#ifndef LOGOS_H
#define LOGOS_H

extern void writeLogo(const char *dir);
22
//extern void writeNullImage(const char *dir);
Dimitri van Heesch's avatar
Dimitri van Heesch committed
23
extern void writeSearchButton(const char *dir);
Dimitri van Heesch's avatar
Dimitri van Heesch committed
24 25
extern void writeDoxFont(const char *dir);
extern void removeDoxFont(const char *dir);
Dimitri van Heesch's avatar
Dimitri van Heesch committed
26 27

#endif