#include "resources.h"
Go to the source code of this file.
Variables | |
| char * | HQR_RESS_FILE = "ress.hqr" |
| char * | HQR_TEXT_FILE = "text.hqr" |
| char * | HQR_FLASAMP_FILE = "flasamp.hqr" |
| char * | HQR_MIDI_MI_WIN_FILE = "midi_mi_win.hqr" |
| char * | HQR_MIDI_MI_WIN_MP3_FILE = "midi_mi_win_mp3.hqr" |
| char * | HQR_MIDI_MI_WIN_OGG_FILE = "midi_mi_win_ogg.hqr" |
| char * | HQR_SAMPLES_FILE = "samples.hqr" |
| char * | HQR_LBA_GRI_FILE = "lba_gri.hqr" |
| char * | HQR_LBA_BLL_FILE = "lba_bll.hqr" |
| char * | HQR_LBA_BRK_FILE = "lba_brk.hqr" |
| char * | HQR_SCENE_FILE = "scene.hqr" |
| char * | HQR_SPRITES_FILE = "sprites.hqr" |
Prequengine: a Little Big Adventure engine
Copyright (C) 2008 Prequengine team
Copyright (C) 2002-2007 The TwinEngine team
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Definition in file resources.c.
| char* HQR_FLASAMP_FILE = "flasamp.hqr" |
| char* HQR_LBA_BLL_FILE = "lba_bll.hqr" |
| char* HQR_LBA_BRK_FILE = "lba_brk.hqr" |
| char* HQR_LBA_GRI_FILE = "lba_gri.hqr" |
| char* HQR_MIDI_MI_WIN_FILE = "midi_mi_win.hqr" |
| char* HQR_MIDI_MI_WIN_MP3_FILE = "midi_mi_win_mp3.hqr" |
| char* HQR_MIDI_MI_WIN_OGG_FILE = "midi_mi_win_ogg.hqr" |
| char* HQR_RESS_FILE = "ress.hqr" |
Definition at line 27 of file resources.c.
Referenced by adeline_logo(), init_resources(), load_image(), load_image_delay(), load_menu_image(), and main_menu().
| char* HQR_SAMPLES_FILE = "samples.hqr" |
Definition at line 33 of file resources.c.
| char* HQR_SCENE_FILE = "scene.hqr" |
| char* HQR_SPRITES_FILE = "sprites.hqr" |
| char* HQR_TEXT_FILE = "text.hqr" |
1.5.5