mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
21 lines
462 B
C
21 lines
462 B
C
/* $Id: bitmaps.h,v 1.9 2008/12/11 12:18:17 ecd Exp $
|
|
*/
|
|
|
|
#ifndef _X49GP_BITMAPS_H
|
|
#define _X49GP_BITMAPS_H 1
|
|
|
|
#include <ann_left.xbm>
|
|
#include <ann_right.xbm>
|
|
#include <ann_alpha.xbm>
|
|
#include <ann_battery.xbm>
|
|
#include <ann_busy.xbm>
|
|
#include <ann_io.xbm>
|
|
|
|
#include <button_tiny.xbm>
|
|
#include <button_small.xbm>
|
|
#include <button_normal.xbm>
|
|
#include <button_large.xbm>
|
|
#include <button_round.xbm>
|
|
#include <button_round.pix>
|
|
|
|
#endif /* !(_X49GP_BITMAPS_H) */
|