not64/menu/MenuResources.h
sepp256 9875de6cda Added status icon for Wiimote.
Updated status bar to work with wiimote.
Fixed detection of connected wiimote both in status bar and in gc_input.
Updated Button Mapping frame for wiimote.
2010-05-26 12:32:47 +00:00

34 lines
1 KiB
C

/**
* Wii64 - MenuResources.h
* Copyright (C) 2009, 2010 sepp256
*
* Wii64 homepage: http://www.emulatemii.com
* email address: sepp256@gmail.com
*
*
* This program is free software; you can redistribute it and/
* or modify it under the terms of the GNU General Public Li-
* cence as published by the Free Software Foundation; either
* version 2 of the Licence, or any later version.
*
* This program is distributed in the hope that it will be use-
* ful, but WITHOUT ANY WARRANTY; without even the implied war-
* ranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public Licence for more details.
*
**/
#ifndef MENURESOURCES_H
#define MENURESOURCES_H
extern u8 BackgroundTexture[];
extern u8 LogoTexture[];
extern u8 LoadingTexture[];
extern u8 ControlEmptyTexture[];
extern u8 ControlGamecubeTexture[];
extern u8 ControlClassicTexture[];
extern u8 ControlWiimoteNunchuckTexture[];
extern u8 ControlWiimoteTexture[];
extern u8 N64ControllerTexture[];
#endif