1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
/* -*- mode: C++; tab-width: 4 -*- */
/* ================================================================================== */
/* Copyright (c) 1998-1999 3Com Corporation or its subsidiaries. All rights reserved. */
/* ================================================================================== */
#ifndef _SKINDATA_H_
#define _SKINDATA_H_
extern const long kPil500016ImageSize;
extern const long kPil500032ImageSize;
extern const long kPilPro16ImageSize;
extern const long kPilPro32ImageSize;
extern const long kPalm316ImageSize;
extern const long kPalm332ImageSize;
extern const long kPalm3e16ImageSize;
extern const long kPalm3e32ImageSize;
extern const long kPalm3x16ImageSize;
extern const long kPalm3x32ImageSize;
extern const long kIBMWP16ImageSize;
extern const long kIBMWP32ImageSize;
extern const long kPalm516ImageSize;
extern const long kPalm532ImageSize;
extern const long kIBMWPc316ImageSize;
extern const long kIBMWPc332ImageSize;
extern const long kPalm716ImageSize;
extern const long kPalm732ImageSize;
extern const long kSym150016ImageSize;
extern const long kSym150032ImageSize;
extern const long kSym174016ImageSize;
extern const long kSym174032ImageSize;
extern const long kEnglishAustinSmallImageSize;
extern const long kEnglishAustinLargeImageSize;
extern const uae_u8 kPil500016Image[];
extern const uae_u8 kPil500032Image[];
extern const uae_u8 kPilPro16Image[];
extern const uae_u8 kPilPro32Image[];
extern const uae_u8 kPalm316Image[];
extern const uae_u8 kPalm332Image[];
extern const uae_u8 kPalm3e16Image[];
extern const uae_u8 kPalm3e32Image[];
extern const uae_u8 kPalm3x16Image[];
extern const uae_u8 kPalm3x32Image[];
extern const uae_u8 kIBMWP16Image[];
extern const uae_u8 kIBMWP32Image[];
extern const uae_u8 kPalm516Image[];
extern const uae_u8 kPalm532Image[];
extern const uae_u8 kIBMWPc316Image[];
extern const uae_u8 kIBMWPc332Image[];
extern const uae_u8 kPalm716Image[];
extern const uae_u8 kPalm732Image[];
extern const uae_u8 kSym150016Image[];
extern const uae_u8 kSym150032Image[];
extern const uae_u8 kSym174016Image[];
extern const uae_u8 kSym174032Image[];
extern const uae_u8 kEnglishAustinSmallImage[];
extern const uae_u8 kEnglishAustinLargeImage[];
#endif /* _SKINDATA_H_ */
|