- Update stm32f7_discovery target description
[AROS.git] / workbench / system / AboutAROS / logotype.h
blobf9bb2a40945b4618219df7482e421d2149a0a792
1 #ifndef _LOGOTYPE_H_
2 #define _LOGOTYPE_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the About program, which is distributed under
7 the terms of version 2 of the GNU General Public License.
9 $Id$
12 #define LOGOTYPE_IMAGE "IMAGES:AROS.png"
13 #define LOGOTYPE_ASCII "\n" \
14 " _______ t! ___________ \n" \
15 " _____\\_ \\_ _________ _\\ __ \\ ________ \n" \
16 " / _ /__\\__ \\ / _/ ___/_ \n" \
17 " / / / |/ / / _\\_____ \\ \n" \
18 " \\____________/ / /_\\_________/ / / \n" \
19 " _/ \\_______/ \\____________/ \n" \
20 " \\_________| \n"
22 #endif /* _LOGOTYPE_H_ */