exulticon.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define HEADER_PIXEL(data, pixel)
#define HEADER_PIXEL(data, pixel)

Variables

static unsigned int width = 32
static unsigned int height = 32
static char header_data_cmap [256][3]
static char header_data []


Define Documentation

#define HEADER_PIXEL ( data,
pixel   ) 

Value:

{\
  pixel[0] = header_data_cmap[(unsigned char)data[0]][0]; \
  pixel[1] = header_data_cmap[(unsigned char)data[0]][1]; \
  pixel[2] = header_data_cmap[(unsigned char)data[0]][2]; \
  data ++; }

Definition at line 8 of file exulticon.h.

#define HEADER_PIXEL ( data,
pixel   ) 

Value:

{\
  pixel[0] = header_data_cmap[(unsigned char)data[0]][0]; \
  pixel[1] = header_data_cmap[(unsigned char)data[0]][1]; \
  pixel[2] = header_data_cmap[(unsigned char)data[0]][2]; \
  data ++; }

Definition at line 613 of file exult.cc.


Variable Documentation

char header_data[] [static]

Definition at line 272 of file exulticon.h.

char header_data_cmap[256][3] [static]

Definition at line 14 of file exulticon.h.

unsigned int height = 32 [static]

Definition at line 4 of file exulticon.h.

Referenced by Text_effect::add_dirty(), BG_Game::end_game(), Image_buffer16::fill16(), Image_buffer8::fill8(), Text_effect::init(), load_shape(), Palette_edit::mouse_press(), Font::paint_text_box(), Font::paint_text_box_fixedwidth(), Palette_edit::render(), Image_buffer8::rgba(), save_image(), Conversation::show_avatar_choices(), Conversation::show_npc_message(), and SoundTester::test_sound().

unsigned int width = 32 [static]

Definition at line 3 of file exulticon.h.

Referenced by Text_effect::add_dirty(), Face_stats::create_buttons(), demunge_ocstring(), BG_Game::end_game(), Death_vortex::handle_event(), Text_effect::init(), load_shape(), Palette_edit::mouse_press(), Stat_bar::paint(), Font::paint_text_box(), Font::paint_text_box_fixedwidth(), Palette_edit::render(), save_image(), Egg_object::set_area(), Conversation::show_avatar_choices(), and SoundTester::test_sound().


Generated on Mon Jul 9 14:43:24 2007 for ExultEngine by  doxygen 1.5.1